aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/schema/boxy.php
blob: 1de2f98cd009557b7d3b833badd2f725dc046ecb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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";