diff options
author | Jeroen <jeroenpraat@xs4all.nl> | 2014-08-14 20:02:05 +0000 |
---|---|---|
committer | Jeroen <jeroenpraat@xs4all.nl> | 2014-08-14 20:02:05 +0000 |
commit | c1b89b413aea94ca81912437e8789f4cd719886e (patch) | |
tree | 6c293db74dd7bfcfc61ad6253e5183d08fffa6d0 /view/theme/redbasic/css | |
parent | 1badf532293e7045034e1094d8091080a7a6930c (diff) | |
download | volse-hubzilla-c1b89b413aea94ca81912437e8789f4cd719886e.tar.gz volse-hubzilla-c1b89b413aea94ca81912437e8789f4cd719886e.tar.bz2 volse-hubzilla-c1b89b413aea94ca81912437e8789f4cd719886e.zip |
Added some missing translation strings. Fixed to scalable for a few font sizes.
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
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 { |