From 72c65a229578f65a219da6ddcbbaed79e251388a Mon Sep 17 00:00:00 2001 From: Vit Brunner Date: Tue, 6 Jan 2015 22:55:37 +0100 Subject: [PATCH] Style simplifications --- source/styles/style.css.styl | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/source/styles/style.css.styl b/source/styles/style.css.styl index 795b810..0395b30 100644 --- a/source/styles/style.css.styl +++ b/source/styles/style.css.styl @@ -21,21 +21,12 @@ body &:hover background: $dark color: $lighter - &.active - &:hover - color: $darker - background: $light - color: $lighter .pure-g-r .version - height: 26px padding: 5px 0px vertical-align: middle -.pure-menu.menu-main - margin-bottom: 1em - .pure-menu.menu-verses position: fixed left: 0 @@ -47,6 +38,9 @@ body line-height: 22px position: absolute +#content + margin-top: 1em + .version vertical-align: top display: inline-block