summaryrefslogtreecommitdiffstats
path: root/module/web/static/css
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-03-05 23:52:39 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-03-05 23:52:39 +0100
commita6764bf5775ec5cdcf1c45b98246fa7b475345ab (patch)
tree5906d4f67b79ba36b800e3973729592bf2c10bf3 /module/web/static/css
parentworking search suggestions (diff)
downloadpyload-a6764bf5775ec5cdcf1c45b98246fa7b475345ab.tar.xz
working search for files
Diffstat (limited to 'module/web/static/css')
-rw-r--r--module/web/static/css/default/style.less2
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;