From 23ebff0d4048bac2257ea023104e343dbbb5b585 Mon Sep 17 00:00:00 2001 From: Robert Mayr Date: Apr 01 2017 21:53:31 +0000 Subject: make a better order in labs prerelease page --- diff --git a/labs.fedoraproject.org/data/content/prerelease.html b/labs.fedoraproject.org/data/content/prerelease.html index 5748bc1..0033236 100644 --- a/labs.fedoraproject.org/data/content/prerelease.html +++ b/labs.fedoraproject.org/data/content/prerelease.html @@ -214,6 +214,30 @@ + + + + +
+
+
+

${Markup(_('Verify your Download!'))}

+

${Markup(_('Once you have downloaded an image, verify it for security and integrity. To verify your image, start by downloading the proper CHECKSUM file into the same directory as the image you downloaded and follow <a href="../../%s/verify">these instructions</a>.') % (lang))}

+ +
+
+
+ + - -
-
-
-

${Markup(_('Verify your Download!'))}

-

${Markup(_('Once you have downloaded an image, verify it for security and integrity. To verify your image, start by downloading the proper CHECKSUM file into the same directory as the image you downloaded and follow <a href="../../%s/verify">these instructions</a>.') % (lang))}

- -
-
-
-
diff --git a/labs.fedoraproject.org/static/css/app.css b/labs.fedoraproject.org/static/css/app.css index 35226eb..824ae88 100644 --- a/labs.fedoraproject.org/static/css/app.css +++ b/labs.fedoraproject.org/static/css/app.css @@ -848,6 +848,7 @@ ul.list-spaces li{ margin-bottom:10px; } .recover-heading { padding-bottom: 30px; } /* Recover the margin added by h1-h3 for even-ness. */ .uppercase {text-transform: uppercase;} .spin-download { padding: 40px 0px;} +.recover-head { padding-top: 60px; } img { max-width:100%; } img.pull-right { margin-left: 10px; }