diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-24 12:45:38 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-24 12:45:38 +0200 |
commit | 15cfd6fda79fdaff8302f2eae91e8fc40940609a (patch) | |
tree | cb4a0669eac26d313437386b738614a0b0813631 /view | |
parent | 0e348118860b63d417b4b0b4346c7e137ce787a7 (diff) | |
download | volse-hubzilla-15cfd6fda79fdaff8302f2eae91e8fc40940609a.tar.gz volse-hubzilla-15cfd6fda79fdaff8302f2eae91e8fc40940609a.tar.bz2 volse-hubzilla-15cfd6fda79fdaff8302f2eae91e8fc40940609a.zip |
revert inline-block for blockquote
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 31455cbdd..bd5df5e63 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1605,7 +1605,6 @@ nav ul li .notify-unseen } blockquote { - display: inline-block; font-size: $font_size; font-style: italic; border-left: 3px solid #ccc; |