summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-11-25 09:58:05 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2014-11-25 09:58:05 +0100
commit33176b91c5f96e75607aa033cc9e128c82316a53 (patch)
tree04678343891b842a0073dbe12351905067ec92bf
parent7e633130d92364826769584c1cf0ad778d51a96e (diff)
downloadmksite-alpine-33176b91c5f96e75607aa033cc9e128c82316a53.tar.bz2
mksite-alpine-33176b91c5f96e75607aa033cc9e128c82316a53.tar.xz
style: add comment how to make nav tabs not stick out
in case we want that in future
-rw-r--r--_static/styles.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/_static/styles.css b/_static/styles.css
index 7b196b0..2a0911e 100644
--- a/_static/styles.css
+++ b/_static/styles.css
@@ -101,6 +101,7 @@ nav {
}
nav a {
+// padding: 3em 1em 2.8em 1em;
padding: 3em 1em 3.2em 1em;
color: #111;
text-decoration: none;