diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-06-19 11:20:13 +0200 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-06-19 11:20:13 +0200 |
commit | 3b759585d21666c47a700272b6f338262c8c2dc4 (patch) | |
tree | a0c3e8f7b778c6cb473b571c4f5d102527c81cfd /view | |
parent | 8f5727430b3521c62814e2e67245d7709062d5f2 (diff) | |
download | volse-hubzilla-3b759585d21666c47a700272b6f338262c8c2dc4.tar.gz volse-hubzilla-3b759585d21666c47a700272b6f338262c8c2dc4.tar.bz2 volse-hubzilla-3b759585d21666c47a700272b6f338262c8c2dc4.zip |
fix banner in duepuntozero
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/duepuntozero/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index a8d40886f..c6ce8ea2c 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -104,7 +104,7 @@ nav #site-location { nav #banner { display: block; - padding-top: 14px; + margin-top: 14px; position: absolute; } nav #banner #logo-text a { |