]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commitdiff
Fix download page.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 Feb 2013 11:15:50 +0000 (12:15 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 Feb 2013 11:15:50 +0000 (12:15 +0100)
static/css/style.css
templates/downloads.html

index 69cde60988a8db7ddd884ccd647bdf3056861c55..70e35493a859c82a17d2def2ecbec71406211325 100644 (file)
@@ -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 {
index 54eff99e2832d1cf2997363a343c180e6ca696b2..17c96911c93e066ababc84377fb6d07cc53151b1 100644 (file)
 {% end header %}
 
 {% block body %}
-       <div class="ac">
+       <div class="download-box">
                {% module DownloadButton(release) %}
 
-               <br>
+               <br class="separator">
 
                <a href="http://downloads.ipfire.org/latest">
                        {{ _("More download options") }}