diff options
author | marijus <mario@mariovavti.com> | 2014-02-21 13:57:00 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-02-21 13:57:00 +0100 |
commit | 8c37a01f7459b5f53d367fd0fd9bf6b1765fad50 (patch) | |
tree | 613842e0102773c354d596cfeeaa7faa5b898936 /view/theme | |
parent | 7b1cabdd58b62a8bf8d7ed6233a42d53e99fffc7 (diff) | |
download | volse-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/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
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; +} |