port boxy scheme

This commit is contained in:
Mario Vavti
2015-03-08 12:07:32 +01:00
parent 9cd7546be5
commit 488d5b8714
4 changed files with 19 additions and 36 deletions

View File

@@ -0,0 +1,11 @@
.comment .wall-item-body {
padding-left: 42px;
}
.wall-item-content-wrapper.comment {
border-width: 0px 1px 1px 1px;
}
.hide-comments-outer {
border-width: 1px 1px 1px 1px;
}

View File

@@ -1,19 +1,4 @@
<?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";