diff options
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 9dbeb5550..44165e038 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -839,7 +839,7 @@ footer { .thread-wrapper .wall-item-comment-wrapper, .wall-item-content-wrapper.comment { - margin-left: 50px; + margin-left: $comment_indent; border-left: 2px solid #eee; } |