diff --git a/_less/screen.less b/_less/screen.less
index bdf1adf0..192f8a5f 100644
--- a/_less/screen.less
+++ b/_less/screen.less
@@ -724,6 +724,11 @@ h2 .rssicon{
display:inline-block;
margin:5px 0px;
}
+.download span{
+ width:16px;
+ height:16px;
+ display:inline-block;
+}
.summary{
font-size:125%;
diff --git a/_templates/download.html b/_templates/download.html
index e03fcb5f..2717c480 100755
--- a/_templates/download.html
+++ b/_templates/download.html
@@ -11,10 +11,9 @@ id: download
{% translate downloadubu %}
{% translate downloadlin %} ~12MB
{% translate downloadmac %} ~13MB
- {% translate downloadsource %} (GitHub)
- {% translate versionhistory %}
+ {% translate downloadsource %} (GitHub)
+ {% translate versionhistory %}
{% translate notelicense %}
{% translate notesync %}
- diff --git a/css/ie.css b/css/ie.css index f91d633f..19efff48 100644 --- a/css/ie.css +++ b/css/ie.css @@ -69,6 +69,12 @@ h3 .ieimg{ margin-left:-40px; } +.download span{ + /*This one is also required for IE7*/ + zoom:1; + display:inline; +} + .index{ /*This one is also required for IE7*/ zoom:1;