From a70199f30dad7efa7aaee0ef665e9bc5f90cafe9 Mon Sep 17 00:00:00 2001 From: Saivann Date: Thu, 11 Jul 2013 20:22:25 -0400 Subject: [PATCH] Remplace empty 16px img by an empty block in download page --- _less/screen.less | 5 +++++ _templates/download.html | 5 ++--- css/ie.css | 6 ++++++ 3 files changed, 13 insertions(+), 3 deletions(-) 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;