From 8c37a01f7459b5f53d367fd0fd9bf6b1765fad50 Mon Sep 17 00:00:00 2001 From: marijus Date: Fri, 21 Feb 2014 13:57:00 +0100 Subject: dont allow bootstrap to mess with blockquote font-size --- view/theme/redbasic/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'view') 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; +} -- cgit v1.2.3