diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-07 10:58:15 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2017-11-11 20:25:21 +0100 |
commit | 47d15f3bf4ce105c00bd77a0c86db9bf6350560a (patch) | |
tree | 0d604a202b94101f3ef7d60f5e3d346c7bdddefe /view/theme/redbasic | |
parent | 96d439bcee2990400f39c7cc0e5bd1596ae1d221 (diff) | |
download | volse-hubzilla-47d15f3bf4ce105c00bd77a0c86db9bf6350560a.tar.gz volse-hubzilla-47d15f3bf4ce105c00bd77a0c86db9bf6350560a.tar.bz2 volse-hubzilla-47d15f3bf4ce105c00bd77a0c86db9bf6350560a.zip |
move style out of template
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index aea75df65..15bc3c219 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1255,6 +1255,11 @@ img.mail-conv-sender-photo { border-radius: $radius; } +#nav-app-link { + padding: 0 !important; + line-height: 1.175; +} + .page-title { margin: 7px 0px; } |