diff options
author | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-05-11 03:16:39 +0200 |
---|---|---|
committer | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-05-11 03:16:39 +0200 |
commit | 7da462ada125277493e916aa3266073bea300efe (patch) | |
tree | a3689bc17c9dc792343f5f7fe469809ae8b784db /view/theme/redbasic/schema/boxy.php | |
parent | 5f1f82df5d0126cf68780b03f95e3c53f137bb75 (diff) | |
download | volse-hubzilla-7da462ada125277493e916aa3266073bea300efe.tar.gz volse-hubzilla-7da462ada125277493e916aa3266073bea300efe.tar.bz2 volse-hubzilla-7da462ada125277493e916aa3266073bea300efe.zip |
some corrections and cleanup
Diffstat (limited to 'view/theme/redbasic/schema/boxy.php')
-rw-r--r-- | view/theme/redbasic/schema/boxy.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/boxy.php b/view/theme/redbasic/schema/boxy.php index 505e3ec07..1de2f98cd 100644 --- a/view/theme/redbasic/schema/boxy.php +++ b/view/theme/redbasic/schema/boxy.php @@ -14,4 +14,6 @@ if (!$comment_border_top) if (!$comment_border_bottom) $comment_border_bottom="1px solid"; +if (! $radiuspx) + $radiuspx = "4";
\ No newline at end of file |