aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/style.php
diff options
context:
space:
mode:
authorJeroen <jeroenpraat@xs4all.nl>2014-07-29 19:09:07 +0000
committerJeroen <jeroenpraat@xs4all.nl>2014-07-29 19:09:07 +0000
commit994b6b5258856a97cf6863de74e5a8baddf59b49 (patch)
tree8ed5a9758b4ffd511afd04a843353722f07a979b /view/theme/redbasic/php/style.php
parentf09102157030c0cf49feff30e7368b8ddbd62444 (diff)
downloadvolse-hubzilla-994b6b5258856a97cf6863de74e5a8baddf59b49.tar.gz
volse-hubzilla-994b6b5258856a97cf6863de74e5a8baddf59b49.tar.bz2
volse-hubzilla-994b6b5258856a97cf6863de74e5a8baddf59b49.zip
As talked about earlier: set body font size to 0.8rem and post/comment font size to 1.0rem. This respects the user's browser font settings. Please comment if this changes the font sizes to much. There are some other font sizes that need to be changed to a scalable size (like btn-xs), but they don't have a priority. First see if this works. - Also made it possible for users to zoom on smart devices. - Small update to Redable. Aside is now disabled on almost all tablets in portrait mode.
Diffstat (limited to 'view/theme/redbasic/php/style.php')
-rw-r--r--view/theme/redbasic/php/style.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index f55b29d5e..e47d65690 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -130,9 +130,9 @@ if(! $a->install) {
if (! $item_opacity)
$item_opacity = "1";
if (! $font_size)
- $font_size = "1.0em";
+ $font_size = "1.0rem";
if (! $body_font_size)
- $body_font_size = "12pt";
+ $body_font_size = "0.8rem";
if (! $font_colour)
$font_colour = "#4d4d4d";
if (! $selected_active_colour)