diff options
author | redmatrix <git@macgirvin.com> | 2016-04-26 01:07:52 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-04-26 01:07:52 -0700 |
commit | e508ad37c15a5c3c10bf0e6c117fe24859892acf (patch) | |
tree | d55f505964704135f7322f00784f7fdc07fee4c5 | |
parent | f55d9e8c620038b57f4a1f3b34f27819ddccb2e5 (diff) | |
parent | 5553df862af3b7161fa84914999538a1e9d070bd (diff) | |
download | volse-hubzilla-e508ad37c15a5c3c10bf0e6c117fe24859892acf.tar.gz volse-hubzilla-e508ad37c15a5c3c10bf0e6c117fe24859892acf.tar.bz2 volse-hubzilla-e508ad37c15a5c3c10bf0e6c117fe24859892acf.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
-rw-r--r-- | view/theme/redbasic/css/narrow_navbar.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/narrow_navbar.css b/view/theme/redbasic/css/narrow_navbar.css index 2c0c7e133..e7c1e9f40 100644 --- a/view/theme/redbasic/css/narrow_navbar.css +++ b/view/theme/redbasic/css/narrow_navbar.css @@ -1,4 +1,13 @@ @media screen and (min-width: 760px) { + + aside { + padding: 52px 7px 0px 7px; + } + + section { + padding: 52px 7px 200px 7px; + } + .navbar-nav > li > a { padding-top:7px !important; padding-bottom:3px !important; |