aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-02-21 13:57:00 +0100
committermarijus <mario@mariovavti.com>2014-02-21 13:57:00 +0100
commit8c37a01f7459b5f53d367fd0fd9bf6b1765fad50 (patch)
tree613842e0102773c354d596cfeeaa7faa5b898936 /view
parent7b1cabdd58b62a8bf8d7ed6233a42d53e99fffc7 (diff)
downloadvolse-hubzilla-8c37a01f7459b5f53d367fd0fd9bf6b1765fad50.tar.gz
volse-hubzilla-8c37a01f7459b5f53d367fd0fd9bf6b1765fad50.tar.bz2
volse-hubzilla-8c37a01f7459b5f53d367fd0fd9bf6b1765fad50.zip
dont allow bootstrap to mess with blockquote font-size
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index b8c6da0eb..3e902a116 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2268,3 +2268,8 @@ nav .dropdown-menu {
border-bottom-right-radius: $radiuspx;
border-bottom-left-radius: $radiuspx;
}
+
+/* bootstrap overrides */
+blockquote {
+ font-size: $body_font_size;
+}