diff options
author | redmatrix <git@macgirvin.com> | 2016-04-25 20:10:16 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-04-25 20:10:16 -0700 |
commit | ae026247934f422622031c426af01101c05f4c18 (patch) | |
tree | ebbcf05651567ffda8f16e7f787de3aeda1e6789 | |
parent | c3b0c0f32a17649503db67f208cce6f9e0cdc322 (diff) | |
download | volse-hubzilla-ae026247934f422622031c426af01101c05f4c18.tar.gz volse-hubzilla-ae026247934f422622031c426af01101c05f4c18.tar.bz2 volse-hubzilla-ae026247934f422622031c426af01101c05f4c18.zip |
Revert "revert inline-block for blockquote"
This reverts commit 15cfd6fda79fdaff8302f2eae91e8fc40940609a.
-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 bd5df5e63..31455cbdd 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1605,6 +1605,7 @@ nav ul li .notify-unseen } blockquote { + display: inline-block; font-size: $font_size; font-style: italic; border-left: 3px solid #ccc; |