diff options
author | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-05-08 23:33:04 +0200 |
---|---|---|
committer | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-05-08 23:33:04 +0200 |
commit | 4b9c80aca9b660ba211c65c7aca2795ba61adc88 (patch) | |
tree | da12a40ceccd3f30c6ae038c596ce0eab2fa019f /view/theme/redbasic | |
parent | 167e397706728b0948e6238fe3db3d292fa0c360 (diff) | |
download | volse-hubzilla-4b9c80aca9b660ba211c65c7aca2795ba61adc88.tar.gz volse-hubzilla-4b9c80aca9b660ba211c65c7aca2795ba61adc88.tar.bz2 volse-hubzilla-4b9c80aca9b660ba211c65c7aca2795ba61adc88.zip |
Small adjustment
Diffstat (limited to 'view/theme/redbasic')
-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..3d04827f1 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-top: 1px solid $comment_border_colour; border-radius: 0px; padding: 7px 10px 7px 7px; } |