diff options
author | zotlabs <mike@macgirvin.com> | 2017-02-12 17:40:45 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-02-12 17:40:45 -0800 |
commit | 7c72886b1b00aea2b53233c0299e9f35b45dc34d (patch) | |
tree | 7b58ac7e99c312126d7ecb56d82462d866ec9748 /view | |
parent | 2a525922929d5d9d54fd898e6f1658f0b959e667 (diff) | |
parent | f62b2fc114ff479e3b0bd524b90efc799b5403e6 (diff) | |
download | volse-hubzilla-7c72886b1b00aea2b53233c0299e9f35b45dc34d.tar.gz volse-hubzilla-7c72886b1b00aea2b53233c0299e9f35b45dc34d.tar.bz2 volse-hubzilla-7c72886b1b00aea2b53233c0299e9f35b45dc34d.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'view')
-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; |