diff options
author | friendica <info@friendica.com> | 2014-05-01 21:50:09 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-01 21:50:09 -0700 |
commit | 07a9aaaa1f70452f0892ceef8fa59eaed5078a1f (patch) | |
tree | c3ea55b2937b4983ef3bb1142979fea40d0e4f24 /view/theme/redbasic/css | |
parent | 56125f8c46bfdf3f624b411c67d7df3253b921fc (diff) | |
download | volse-hubzilla-07a9aaaa1f70452f0892ceef8fa59eaed5078a1f.tar.gz volse-hubzilla-07a9aaaa1f70452f0892ceef8fa59eaed5078a1f.tar.bz2 volse-hubzilla-07a9aaaa1f70452f0892ceef8fa59eaed5078a1f.zip |
make the comment border colour configurable
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 150fa7abd..274ec50bc 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1908,7 +1908,7 @@ img.mail-list-sender-photo { .hide-comments-outer, .wall-item-content-wrapper.comment { background-color: $comment_item_colour; - border-left: 3px solid $item_colour; + border-left: 3px solid $comment_border_colour; border-radius: 0px; padding: 7px 10px 7px 7px; } |