diff options
author | cvogeley <christian.vogeley@hotmail.de> | 2014-05-08 23:36:20 +0200 |
---|---|---|
committer | cvogeley <christian.vogeley@hotmail.de> | 2014-05-08 23:36:20 +0200 |
commit | afa9a62fa04fbafffe8caa198e67406c59bb545b (patch) | |
tree | 73f78929a6c0cd2a52ee03ba6b70a404241979c7 /view | |
parent | cd8095211ff753707149922fb026af456d26d1ff (diff) | |
parent | 4b9c80aca9b660ba211c65c7aca2795ba61adc88 (diff) | |
download | volse-hubzilla-afa9a62fa04fbafffe8caa198e67406c59bb545b.tar.gz volse-hubzilla-afa9a62fa04fbafffe8caa198e67406c59bb545b.tar.bz2 volse-hubzilla-afa9a62fa04fbafffe8caa198e67406c59bb545b.zip |
Merge pull request #448 from cvogeley/master
Small adjustment
Diffstat (limited to 'view')
-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; } |