diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-04-30 21:56:46 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-04-30 21:56:46 +0200 |
commit | aa7507f98fb202506a9e36e3df7b590913129ca0 (patch) | |
tree | 8dd7e524ed384542b230e71d4df990369587cd1f /module/web/static/css/default/common.less | |
parent | Fixed #65 (diff) | |
download | pyload-aa7507f98fb202506a9e36e3df7b590913129ca0.tar.xz |
cleaned header + more responsive
Diffstat (limited to 'module/web/static/css/default/common.less')
-rw-r--r-- | module/web/static/css/default/common.less | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/module/web/static/css/default/common.less b/module/web/static/css/default/common.less index a6b9a1e21..1383af75f 100644 --- a/module/web/static/css/default/common.less +++ b/module/web/static/css/default/common.less @@ -2,17 +2,13 @@ Definitions */ -/* - Bootstrap size: Phones to tablets, min value when scrollbar appears -*/ -@min-width: 767px; /* Threshold for slightly larger screen */ @large-screen: 1150px; -@header-height: 75px; +@header-height: 70px; @actionbar-height: 40px; @footer-height: 100px; |