diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-02-12 20:06:09 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-02-12 20:06:09 +0100 |
commit | f62b2fc114ff479e3b0bd524b90efc799b5403e6 (patch) | |
tree | ae8735bb649c160d3dfd13fc8b1f66a7e529c8d5 /view/theme/redbasic | |
parent | 5cc1c30d7f55a559a25008d85d00df5e18f187b5 (diff) | |
download | volse-hubzilla-f62b2fc114ff479e3b0bd524b90efc799b5403e6.tar.gz volse-hubzilla-f62b2fc114ff479e3b0bd524b90efc799b5403e6.tar.bz2 volse-hubzilla-f62b2fc114ff479e3b0bd524b90efc799b5403e6.zip |
css fix
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index a25ed93bc..7551dfe87 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -252,7 +252,7 @@ header #banner #logo-text { display: block; position: fixed; top: 51px; - width: 100%; + left: 0px; max-height: 50%; background: $comment_item_colour; padding: 20px; |