diff options
author | friendica <info@friendica.com> | 2014-05-08 16:33:59 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-08 16:33:59 -0700 |
commit | 350e6490b8e2e5e0d0e6ed20bdc80d6c86b9a382 (patch) | |
tree | d4cab36c3bed71c064a9a2839e44f700626cf8bc | |
parent | c410406922f23688459f7279b01e89897725f8a2 (diff) | |
parent | b9320c9facb0c0a81af1538334d539bb427960df (diff) | |
download | volse-hubzilla-350e6490b8e2e5e0d0e6ed20bdc80d6c86b9a382.tar.gz volse-hubzilla-350e6490b8e2e5e0d0e6ed20bdc80d6c86b9a382.tar.bz2 volse-hubzilla-350e6490b8e2e5e0d0e6ed20bdc80d6c86b9a382.zip |
Merge https://github.com/friendica/red into pending_merge
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index c41ac5fa2..99ad553e9 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1923,7 +1923,9 @@ padding-left: 42px; .hide-comments-outer, .wall-item-content-wrapper.comment { background-color: $comment_item_colour; - border: 1px solid $comment_border_colour; + border-left: 1px solid $comment_border_colour; + border-right: 1px solid $comment_border_colour; + border-bottom: 1px solid $comment_border_colour; border-radius: 0px; padding: 7px 10px 7px 7px; } |