diff options
author | Mario <mario@mariovavti.com> | 2021-07-29 08:19:33 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-07-29 08:19:33 +0000 |
commit | cec2f0d894b80f3affeb60cff2d4afa49a2019a8 (patch) | |
tree | 8e4c1bef830048589fed07db3b39faa34847cf65 /view/theme/redbasic | |
parent | 9722d157bf138753bc168f68c56b4963db6da4e9 (diff) | |
download | volse-hubzilla-cec2f0d894b80f3affeb60cff2d4afa49a2019a8.tar.gz volse-hubzilla-cec2f0d894b80f3affeb60cff2d4afa49a2019a8.tar.bz2 volse-hubzilla-cec2f0d894b80f3affeb60cff2d4afa49a2019a8.zip |
more work on bs5
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 | ||||
-rw-r--r-- | view/theme/redbasic/php/style.php | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 49adde9eb..811df02e4 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -13,7 +13,7 @@ html { } body { - font-size: 1rem; + font-size: 0.9rem; background-color: $bgcolour; background-image: url('$background_image'); background-attachment: fixed; diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index d278aa309..4fb239cb6 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -69,7 +69,7 @@ if ((!$schema) || ($schema == '---')) { } } - + //Set some defaults - we have to do this after pulling owner settings, and we have to check for each setting //individually. If we don't, we'll have problems if a user has set one, but not all options. if (! $nav_bg) @@ -158,7 +158,7 @@ if(file_exists('view/theme/redbasic/css/style.css')) { } -// Set the schema to the default schema in derived themes. See the documentation for creating derived themes how to override this. +// Set the schema to the default schema in derived themes. See the documentation for creating derived themes how to override this. if(local_channel() && App::$channel && App::$channel['channel_theme'] != 'redbasic') set_pconfig(local_channel(), 'redbasic', 'schema', '---'); |