diff options
author | RedMatrix <info@friendica.com> | 2014-05-12 09:43:58 +1000 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-05-12 09:43:58 +1000 |
commit | c455663509a094c22116be60034028378aa07100 (patch) | |
tree | 76a6a430d8502501213c50ece2730d84189a68d5 /view/theme/redbasic/schema/boxy.php | |
parent | b4fd20c6240a154985ea653722e814dbfaccb85f (diff) | |
parent | 3fbac93619a59e03706a771a1527c8492ff85e82 (diff) | |
download | volse-hubzilla-c455663509a094c22116be60034028378aa07100.tar.gz volse-hubzilla-c455663509a094c22116be60034028378aa07100.tar.bz2 volse-hubzilla-c455663509a094c22116be60034028378aa07100.zip |
Merge pull request #456 from cvogeley/master
Move "boxy" conversation design into a schema file
Diffstat (limited to 'view/theme/redbasic/schema/boxy.php')
-rw-r--r-- | view/theme/redbasic/schema/boxy.php | 19 |
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 |