diff options
author | redmatrix <git@macgirvin.com> | 2016-04-25 20:11:36 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-04-25 20:11:36 -0700 |
commit | 6bf771651846ba2906c4f03600277ebbe2f3b98a (patch) | |
tree | bd0ef639d079f5220c9b50737209a13fadbc10cd /view/theme/redbasic/css | |
parent | ae026247934f422622031c426af01101c05f4c18 (diff) | |
download | volse-hubzilla-6bf771651846ba2906c4f03600277ebbe2f3b98a.tar.gz volse-hubzilla-6bf771651846ba2906c4f03600277ebbe2f3b98a.tar.bz2 volse-hubzilla-6bf771651846ba2906c4f03600277ebbe2f3b98a.zip |
Revert "Revert "revert inline-block for blockquote""
This reverts commit ae026247934f422622031c426af01101c05f4c18.
Diffstat (limited to 'view/theme/redbasic/css')
-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; |