Gentoo Archives: gentoo-commits

From: Alex Legler <a3li@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] sites/www:master commit in: downloads/, _sass/
Date: Sat, 28 May 2016 10:58:07
Message-Id: 1464432396.731e153cebb049a0ca426a9fdbc47158ee7b131f.a3li@gentoo
1 commit: 731e153cebb049a0ca426a9fdbc47158ee7b131f
2 Author: Alex Legler <alex <AT> a3li <DOT> li>
3 AuthorDate: Sat May 28 10:46:36 2016 +0000
4 Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 10:46:36 2016 +0000
6 URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=731e153c
7
8 downloads: Kill extra space above amd64/x86 boxes
9
10 _sass/misc.scss | 8 ++++++++
11 downloads/index.html | 2 +-
12 2 files changed, 9 insertions(+), 1 deletion(-)
13
14 diff --git a/_sass/misc.scss b/_sass/misc.scss
15 index f74cda2..f6786a2 100644
16 --- a/_sass/misc.scss
17 +++ b/_sass/misc.scss
18 @@ -114,3 +114,11 @@ body.nav-align-h2 #content h2:first-of-type {
19 .external-link {
20 color: #979797;
21 }
22 +
23 +.stick-top {
24 + margin-top: 0;
25 +}
26 +
27 +.stick-bottom {
28 + margin-bottom: 0;
29 +}
30
31 diff --git a/downloads/index.html b/downloads/index.html
32 index e18aad2..9b8fe09 100644
33 --- a/downloads/index.html
34 +++ b/downloads/index.html
35 @@ -7,7 +7,7 @@ title: 'Downloads'
36 inlinejs: "$(function() { $('#other-arches a:first').tab('show'); });"
37 ---
38
39 -<p class="lead">
40 +<p class="lead stick-bottom">
41 Gentoo Linux is available free over the Internet.<br>
42 You can download Gentoo Linux Live Environments and Stage Archives using the links below.
43 </p>