aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-04-25 20:10:16 -0700
committerredmatrix <git@macgirvin.com>2016-04-25 20:10:16 -0700
commitae026247934f422622031c426af01101c05f4c18 (patch)
treeebbcf05651567ffda8f16e7f787de3aeda1e6789 /view/theme/redbasic
parentc3b0c0f32a17649503db67f208cce6f9e0cdc322 (diff)
downloadvolse-hubzilla-ae026247934f422622031c426af01101c05f4c18.tar.gz
volse-hubzilla-ae026247934f422622031c426af01101c05f4c18.tar.bz2
volse-hubzilla-ae026247934f422622031c426af01101c05f4c18.zip
Revert "revert inline-block for blockquote"
This reverts commit 15cfd6fda79fdaff8302f2eae91e8fc40940609a.
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r--view/theme/redbasic/css/style.css1
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;