commit: 731e153cebb049a0ca426a9fdbc47158ee7b131f
Author: Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Sat May 28 10:46:36 2016 +0000
Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Sat May 28 10:46:36 2016 +0000
URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=731e153c
downloads: Kill extra space above amd64/x86 boxes
_sass/misc.scss | 8 ++++++++
downloads/index.html | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/_sass/misc.scss b/_sass/misc.scss
index f74cda2..f6786a2 100644
--- a/_sass/misc.scss
+++ b/_sass/misc.scss
@@ -114,3 +114,11 @@ body.nav-align-h2 #content h2:first-of-type {
.external-link {
color: #979797;
}
+
+.stick-top {
+ margin-top: 0;
+}
+
+.stick-bottom {
+ margin-bottom: 0;
+}
diff --git a/downloads/index.html b/downloads/index.html
index e18aad2..9b8fe09 100644
--- a/downloads/index.html
+++ b/downloads/index.html
@@ -7,7 +7,7 @@ title: 'Downloads'
inlinejs: "$(function() { $('#other-arches a:first').tab('show'); });"
---
-<p class="lead">
+<p class="lead stick-bottom">
Gentoo Linux is available free over the Internet.<br>
You can download Gentoo Linux Live Environments and Stage Archives using the
links below.
</p>