aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/schema/boxy.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-05-11 17:38:22 -0700
committerfriendica <info@friendica.com>2014-05-11 17:38:22 -0700
commit045d23a27c26d9d6daec7412c8726eba068f594a (patch)
tree97c7663ed3def47191a09a52ab0bfff76e65bf09 /view/theme/redbasic/schema/boxy.php
parentb5372f81523bafdf5f7f0191f08c775c4d60dcfd (diff)
parentc455663509a094c22116be60034028378aa07100 (diff)
downloadvolse-hubzilla-045d23a27c26d9d6daec7412c8726eba068f594a.tar.gz
volse-hubzilla-045d23a27c26d9d6daec7412c8726eba068f594a.tar.bz2
volse-hubzilla-045d23a27c26d9d6daec7412c8726eba068f594a.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/theme/redbasic/schema/boxy.php')
-rw-r--r--view/theme/redbasic/schema/boxy.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/boxy.php b/view/theme/redbasic/schema/boxy.php
new file mode 100644
index 000000000..1de2f98cd
--- /dev/null
+++ b/view/theme/redbasic/schema/boxy.php
@@ -0,0 +1,19 @@
+<?php
+
+if (!$comment_padding)
+ $comment_padding="42px";
+
+if (!$comment_border_left)
+ $comment_border_left="1px solid";
+
+if (!$comment_border_right)
+ $comment_border_right="1px solid";
+
+if (!$comment_border_top)
+ $comment_border_top="1px solid";
+
+if (!$comment_border_bottom)
+ $comment_border_bottom="1px solid";
+if (! $radiuspx)
+ $radiuspx = "4";
+ \ No newline at end of file