diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-02-19 22:28:21 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-02-19 22:28:21 +0100 |
commit | 02e82e496e3ec8dbd8264248ad8550dd5e335cba (patch) | |
tree | ba88a936dff8de1333a14c5c265e0314c0a12e41 /view/theme/redbasic | |
parent | 5a7b994e59306519574ce7aaa004f08d7d47ee05 (diff) | |
download | volse-hubzilla-02e82e496e3ec8dbd8264248ad8550dd5e335cba.tar.gz volse-hubzilla-02e82e496e3ec8dbd8264248ad8550dd5e335cba.tar.bz2 volse-hubzilla-02e82e496e3ec8dbd8264248ad8550dd5e335cba.zip |
pimp up mod new_channel
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index b2255b3af..f4fa0415c 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1544,6 +1544,7 @@ nav .dropdown-menu { .section-content-tools-wrapper .section-content-danger-wrapper, .section-content-wrapper .section-content-danger-wrapper { margin-bottom: 10px; + border-bottom: none; border-radius: $radiuspx; } |