diff options
author | marijus <mario@mariovavti.com> | 2014-03-03 19:14:35 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-03-03 19:14:35 +0100 |
commit | ad10eb28757c6ac63410b32fcd7ab36a05987bb5 (patch) | |
tree | 28a938b6d22ed23a217b70a43036f4b3283a4d77 /view/theme/redbasic/schema | |
parent | c028d9b1d0b118d49f2ec6b2f455a2f8cf0a36da (diff) | |
download | volse-hubzilla-ad10eb28757c6ac63410b32fcd7ab36a05987bb5.tar.gz volse-hubzilla-ad10eb28757c6ac63410b32fcd7ab36a05987bb5.tar.bz2 volse-hubzilla-ad10eb28757c6ac63410b32fcd7ab36a05987bb5.zip |
little css fixes
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r-- | view/theme/redbasic/schema/BS-Default.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/BS-Default.php b/view/theme/redbasic/schema/BS-Default.php index 401045c7b..f93e879e3 100644 --- a/view/theme/redbasic/schema/BS-Default.php +++ b/view/theme/redbasic/schema/BS-Default.php @@ -16,3 +16,5 @@ $nav_icon_colour = "#777"; if (! $nav_active_icon_colour) $nav_active_icon_colour = "#555"; + if (! $radius) + $radius = "4"; |