From f4bf90da2721cb8fa27d0a23d447e608241dcaf7 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 19 Feb 2013 12:15:50 +0100 Subject: [PATCH] Fix download page. --- static/css/style.css | 6 ++++++ templates/downloads.html | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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") }} -- 2.47.2