From: Michael Tremer Date: Tue, 19 Feb 2013 11:15:50 +0000 (+0100) Subject: Fix download page. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f4bf90da2721cb8fa27d0a23d447e608241dcaf7;p=ipfire.org.git Fix download page. --- diff --git a/static/css/style.css b/static/css/style.css index 69cde609..70e35493 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -268,6 +268,12 @@ section > ul li { bottom: 270px; } +.download-box { + text-align: center; + + margin-top: 100px; + margin-bottom: 100px; +} @media (min-width: 768px) and (max-width: 979px) { body { diff --git a/templates/downloads.html b/templates/downloads.html index 54eff99e..17c96911 100644 --- a/templates/downloads.html +++ b/templates/downloads.html @@ -14,10 +14,10 @@ {% end header %} {% block body %} -
+
{% module DownloadButton(release) %} -
+
{{ _("More download options") }}