diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-10-26 14:19:46 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-10-26 14:19:46 +0100 |
commit | e70bb371d91ac14f6c22868d4fcc76208bdace02 (patch) | |
tree | b0f58bb53360f8b3a2266b5c7746c5e1bf3e9992 /view/css | |
parent | a498fc8e72bd22dd0850bf2e8e75752724df8046 (diff) | |
download | volse-hubzilla-e70bb371d91ac14f6c22868d4fcc76208bdace02.tar.gz volse-hubzilla-e70bb371d91ac14f6c22868d4fcc76208bdace02.tar.bz2 volse-hubzilla-e70bb371d91ac14f6c22868d4fcc76208bdace02.zip |
bring back item transparency
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index c6d99e7ae..abffe2f78 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -87,6 +87,10 @@ code { font-size: unset; } +.panel-group { + margin-bottom: 0px; +} + /* Bootstrap assumes that checkboxes are on the left of labels, while it's usually the opposite in Red */ .field.checkbox input[type="checkbox"] { margin-left: 0px; } .field.checkbox label { padding-left: 0px; font-weight: 700} |