diff --git a/_less/screen.less b/_less/screen.less
index 9482fdb2..f361305e 100644
--- a/_less/screen.less
+++ b/_less/screen.less
@@ -1118,9 +1118,11 @@ table td,table th{
.devprojectlist{
overflow:hidden;
+ margin:-10px 0;
}
.devprojectlist li{
display:none;
+ margin:10px 0;
}
.devprojectlist li:first-child,
.devprojectlist li:first-child+li,
diff --git a/_templates/development.html b/_templates/development.html
index 9357c796..0e3466e2 100755
--- a/_templates/development.html
+++ b/_templates/development.html
@@ -40,6 +40,9 @@ id: development
{% translate more %}
+
+{% translate morechoose %}
+
- Armory - A Bitcoin client with enhanced security features.
- BFGMiner - Modular Bitcoin mining software.
diff --git a/_translations/en.yml b/_translations/en.yml
index 6b22536b..86edc1cb 100644
--- a/_translations/en.yml
+++ b/_translations/en.yml
@@ -203,6 +203,7 @@ en:
involvetxt1: "Bitcoin is free software and any developer can contribute to the project. Everything you need is in the GitHub repository. Please make sure to read and follow the development process described in the README, as well as to provide good quality code and respect all guidelines."
involvetxt2: "Development discussion takes place on GitHub and the bitcoin-development mailing list at sourceforge. Less formal development discussion happens on irc.freenode.net #bitcoin-dev (web interface, logs)."
more: "More free software projects"
+ morechoose: "You can choose a project to contribute to by answering a few questions about your skills."
moremore: "Show more..."
contributors: "Bitcoin Core contributors"
contributorsorder: "(Ordered by number of commits)"