From c1b89b413aea94ca81912437e8789f4cd719886e Mon Sep 17 00:00:00 2001 From: Jeroen Date: Thu, 14 Aug 2014 20:02:05 +0000 Subject: Added some missing translation strings. Fixed to scalable for a few font sizes. --- view/theme/redbasic/css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'view/theme/redbasic/css') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index df9485dee..704c2c944 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -98,6 +98,7 @@ pre code { code { font-family: Courier, monospace; + font-size: 1em; display: block; overflow: auto; border: 1px solid $code_borderc; @@ -2240,7 +2241,7 @@ nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{ /* bootstrap overrides */ blockquote { - font-size: $body_font_size; + font-size: 1em; } .dropdown-menu { @@ -2377,7 +2378,7 @@ blockquote { } .btn-xs { - font-size: 12px; + font-size: 0.65rem; } .btn-default { -- cgit v1.2.3