diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-12-07 15:45:21 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-12-07 15:45:21 +0100 |
commit | af29822f04516c492fb41116d7a82e099cc89788 (patch) | |
tree | 3998b358100c8e1ee2bcb0fe116ca394ad0ba26c /view/theme | |
parent | 0df4f9c114529478468fa1dbe9ab6032eded4db2 (diff) | |
download | volse-hubzilla-af29822f04516c492fb41116d7a82e099cc89788.tar.gz volse-hubzilla-af29822f04516c492fb41116d7a82e099cc89788.tar.bz2 volse-hubzilla-af29822f04516c492fb41116d7a82e099cc89788.zip |
override bs default margin
Diffstat (limited to 'view/theme')
-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 3a237b2ec..0efd39681 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1888,6 +1888,7 @@ blockquote { font-style: italic; border-left: 3px solid #ccc; padding: 1em 0px 1em 1.5em; + margin: 0px; } .badge { |