aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2016-05-28 12:46:36 +0200
committerAlex Legler <alex@a3li.li>2016-05-28 12:46:36 +0200
commit731e153cebb049a0ca426a9fdbc47158ee7b131f (patch)
tree3d5285aa3e20bc502ecdffde29d07baf78465862 /_sass/misc.scss
parentnews: livedvd updated (diff)
downloadwww-731e153cebb049a0ca426a9fdbc47158ee7b131f.tar.gz
www-731e153cebb049a0ca426a9fdbc47158ee7b131f.tar.bz2
www-731e153cebb049a0ca426a9fdbc47158ee7b131f.zip
downloads: Kill extra space above amd64/x86 boxes
Diffstat (limited to '_sass/misc.scss')
-rw-r--r--_sass/misc.scss8
1 files changed, 8 insertions, 0 deletions
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;
+}