diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-09-17 22:07:17 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-09-17 22:07:17 +0200 |
commit | b3c5fa9924907cd0515e98b79882eb89973e9423 (patch) | |
tree | 06686748a7dbd8eba294d7fd853a1486d75d51c0 /module/web/static/css/default/style.less | |
parent | added less / moved style (diff) | |
download | pyload-b3c5fa9924907cd0515e98b79882eb89973e9423.tar.xz |
dropdowns in navbar
Diffstat (limited to 'module/web/static/css/default/style.less')
-rw-r--r-- | module/web/static/css/default/style.less | 8 |
1 files changed, 4 insertions, 4 deletions
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;
}
|