diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-05 23:52:39 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-05 23:52:39 +0100 |
commit | a6764bf5775ec5cdcf1c45b98246fa7b475345ab (patch) | |
tree | 5906d4f67b79ba36b800e3973729592bf2c10bf3 /module/web/static/css | |
parent | working search suggestions (diff) | |
download | pyload-a6764bf5775ec5cdcf1c45b98246fa7b475345ab.tar.xz |
working search for files
Diffstat (limited to 'module/web/static/css')
-rw-r--r-- | module/web/static/css/default/style.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/static/css/default/style.less b/module/web/static/css/default/style.less index 260f9fa52..d3f23478f 100644 --- a/module/web/static/css/default/style.less +++ b/module/web/static/css/default/style.less @@ -422,7 +422,7 @@ footer { // background-color: @greyDark; background: url("../../img/default/bgpatterndark.png") repeat;
color: @grey;
height: @footer-height;
- margin-top: -@footer-height;
+ margin-top: -@footer-height + 10px;
position: relative;
width: 100%;
line-height: 16px;
|