aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Vogeley <christian.vogeley@hotmail.de>2014-05-08 23:33:04 +0200
committerChristian Vogeley <christian.vogeley@hotmail.de>2014-05-08 23:33:04 +0200
commit4b9c80aca9b660ba211c65c7aca2795ba61adc88 (patch)
treeda12a40ceccd3f30c6ae038c596ce0eab2fa019f
parent167e397706728b0948e6238fe3db3d292fa0c360 (diff)
downloadvolse-hubzilla-4b9c80aca9b660ba211c65c7aca2795ba61adc88.tar.gz
volse-hubzilla-4b9c80aca9b660ba211c65c7aca2795ba61adc88.tar.bz2
volse-hubzilla-4b9c80aca9b660ba211c65c7aca2795ba61adc88.zip
Small adjustment
-rw-r--r--view/theme/redbasic/css/style.css4
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;
}