diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-10 16:51:53 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-10 16:51:53 -0700 |
commit | e4231efd20432dca9d0f51daf6bb90db63bbc853 (patch) | |
tree | 24e72c1f4062e091e66d5ade5166eee94c6983f0 /view/theme/redbasic/schema/boxy.php | |
parent | 922d2165b3a74d1954f2bc424eb314a5d5c99fa8 (diff) | |
parent | 5e576bff63df2b13912d225944424a998c2f7293 (diff) | |
download | volse-hubzilla-e4231efd20432dca9d0f51daf6bb90db63bbc853.tar.gz volse-hubzilla-e4231efd20432dca9d0f51daf6bb90db63bbc853.tar.bz2 volse-hubzilla-e4231efd20432dca9d0f51daf6bb90db63bbc853.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
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 d609ccd25..f298a0def 100644 --- a/view/theme/redbasic/schema/boxy.php +++ b/view/theme/redbasic/schema/boxy.php @@ -2,3 +2,5 @@ if (! $radiuspx) $radiuspx = "4"; +if (! $comment_border_colour) + $comment_border_colour = "rgb(238,238,238)"; |