diff options
author | friendica <info@friendica.com> | 2014-03-04 09:27:52 +1100 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-04 09:27:52 +1100 |
commit | f8de1242447a113d001d2afcc714419d73996a13 (patch) | |
tree | dab3081a4ba63e9ff3ec64866336bd156d0ea21f /view/theme/redbasic/schema/BS-Default.php | |
parent | 002a86fb7160437a8413dfc40a84732c9afa2153 (diff) | |
parent | 64b32d9146fb7823536ed6d409ad3cba66924dad (diff) | |
download | volse-hubzilla-f8de1242447a113d001d2afcc714419d73996a13.tar.gz volse-hubzilla-f8de1242447a113d001d2afcc714419d73996a13.tar.bz2 volse-hubzilla-f8de1242447a113d001d2afcc714419d73996a13.zip |
Merge pull request #353 from git-marijus/master
little css fixes
Diffstat (limited to 'view/theme/redbasic/schema/BS-Default.php')
-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"; |