summaryrefslogtreecommitdiff
path: root/style/menu.less
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2015-03-25 14:05:26 +0100
committerPeter Wu <peter@lekensteyn.nl>2015-03-25 14:05:26 +0100
commit8571bfe27ed90378ef07a60cf8068d7de575ead6 (patch)
treee1398dd3040896b48473015eb9aab141fee9f547 /style/menu.less
parentd144032108a36c8ac61d1f1edc490feb79ded31d (diff)
downloadsite-8571bfe27ed90378ef07a60cf8068d7de575ead6.tar.gz
Remove main background, sticky footer, remove nav space
Use "Sticky footer trick" from http://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/
Diffstat (limited to 'style/menu.less')
-rw-r--r--style/menu.less7
1 files changed, 3 insertions, 4 deletions
diff --git a/style/menu.less b/style/menu.less
index 60d87ec..715d092 100644
--- a/style/menu.less
+++ b/style/menu.less
@@ -2,10 +2,9 @@
@import "colors.less";
nav {
- margin: 3em 0;
-
- ul {
- background: @color-primary-0;
+ ul, li {
+ margin: 0;
+ padding: 0;
}
li {