From fc0a5d58d1defc55c556544f165c23e4c0779d53 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 15 Nov 2013 02:43:59 -0800 Subject: make font size tweakable for the whole app --- 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 963f22281..c280e555a 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -9,7 +9,7 @@ /* generals */ body { font-family: arial,freesans,sans-serif; - font-size: 11px; + font-size: $body_font_size; background-color: $bgcolour; background-image: url('$background_image'); background-attachment: fixed; @@ -60,6 +60,7 @@ input { -moz-border-radius: $radiuspx; border-radius: $radiuspx; padding: 3px; + font-size: $body_font_size; } code { @@ -2952,7 +2953,7 @@ div.jGrowl div.info { .jslider .jslider-scale ins { color: #333; - font-size: 10px; + font-size: $body_font_size; width: 100px; text-align: center; } -- cgit v1.2.3