diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-08 12:07:32 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-08 12:07:32 +0100 |
commit | 488d5b871407d5be6e4c38692aa7134a1a0e9899 (patch) | |
tree | 72430c1b0ab8f10ce23f8206e56ed60125438357 /view/theme/redbasic/php/style.php | |
parent | 9cd7546be5ad7f24534653f310c15362c3f2baa6 (diff) | |
download | volse-hubzilla-488d5b871407d5be6e4c38692aa7134a1a0e9899.tar.gz volse-hubzilla-488d5b871407d5be6e4c38692aa7134a1a0e9899.tar.bz2 volse-hubzilla-488d5b871407d5be6e4c38692aa7134a1a0e9899.zip |
port boxy scheme
Diffstat (limited to 'view/theme/redbasic/php/style.php')
-rw-r--r-- | view/theme/redbasic/php/style.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 30d5f0a16..cc67aaecc 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -282,16 +282,6 @@ if(! $a->install) { $chat_txtbgcol = "#EEE"; if(! $fancybox_bgcolour) $fancybox_bgcolour = "#FFFFFF"; - if (!$comment_padding) - $comment_padding="0px"; - if (!$comment_border_left) - $comment_border_left="3px solid"; - if (!$comment_border_right) - $comment_border_right="0px solid"; - if (!$comment_border_top) - $comment_border_top="0px solid"; - if (!$comment_border_bottom) - $comment_border_bottom="0px solid"; if (!$admintable_hoverbgcol) $admintable_hoverbgcol="#BBC7D7"; if (!$dirpopup_txtcol) |