aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/schema
diff options
context:
space:
mode:
authorChristian Vogeley <christian.vogeley@hotmail.de>2014-05-11 02:22:27 +0200
committerChristian Vogeley <christian.vogeley@hotmail.de>2014-05-11 02:22:27 +0200
commit5f1f82df5d0126cf68780b03f95e3c53f137bb75 (patch)
tree6918eae7c6c8908dc90b89e0e2c0161527ed6985 /view/theme/redbasic/schema
parente2b96df27b76d27c9688cf131e2d5e63a410fad0 (diff)
downloadvolse-hubzilla-5f1f82df5d0126cf68780b03f95e3c53f137bb75.tar.gz
volse-hubzilla-5f1f82df5d0126cf68780b03f95e3c53f137bb75.tar.bz2
volse-hubzilla-5f1f82df5d0126cf68780b03f95e3c53f137bb75.zip
Move "boxy" conversation design into a schema file
Default design is now again basically the previous one
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r--view/theme/redbasic/schema/boxy.php17
1 files changed, 17 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..505e3ec07
--- /dev/null
+++ b/view/theme/redbasic/schema/boxy.php
@@ -0,0 +1,17 @@
+<?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";
+ \ No newline at end of file