From b3c5fa9924907cd0515e98b79882eb89973e9423 Mon Sep 17 00:00:00 2001 From: RaNaN <Mast3rRaNaN@hotmail.de> Date: Mon, 17 Sep 2012 22:07:17 +0200 Subject: dropdowns in navbar --- module/web/static/css/default/style.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'module/web/static') diff --git a/module/web/static/css/default/style.less b/module/web/static/css/default/style.less index 08ae11f9e..203135e97 100644 --- a/module/web/static/css/default/style.less +++ b/module/web/static/css/default/style.less @@ -3,7 +3,7 @@ General */ -@width: 1000px; +@min-width: 1000px; @header-height: 70px; @footer-height: 100px; @margin-side: 150px; @@ -29,7 +29,7 @@ body { font-family: 'Abel', sans-serif; font-size: 16px; background: url("../../img/default/bgpattern.png") repeat scroll 0 0 transparent; - min-width: @width; + min-width: @min-width; } h1, h2, h3 { @@ -54,7 +54,7 @@ a:hover { #content { margin-left: @margin-side; - margin-right: @margin-side; + margin-right: @margin-side ; padding-bottom: @footer-height; } @@ -76,7 +76,7 @@ header { vertical-align: top; width: 100%; z-index: 10; - min-width: @width; + min-width: @min-width; color: #ffffff; } -- cgit v1.2.3