diff options
author | cvogeley <christian.vogeley@hotmail.de> | 2014-05-08 23:48:15 +0200 |
---|---|---|
committer | cvogeley <christian.vogeley@hotmail.de> | 2014-05-08 23:48:15 +0200 |
commit | b9320c9facb0c0a81af1538334d539bb427960df (patch) | |
tree | 8c756dfac252104895b1a36b7f68aaab31806533 /view | |
parent | afa9a62fa04fbafffe8caa198e67406c59bb545b (diff) | |
parent | a8cc1770b1f5423f8298f13084fa12a99d49ee39 (diff) | |
download | volse-hubzilla-b9320c9facb0c0a81af1538334d539bb427960df.tar.gz volse-hubzilla-b9320c9facb0c0a81af1538334d539bb427960df.tar.bz2 volse-hubzilla-b9320c9facb0c0a81af1538334d539bb427960df.zip |
Merge pull request #449 from cvogeley/master
another one
Diffstat (limited to 'view')
-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 3d04827f1..99ad553e9 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1925,7 +1925,7 @@ padding-left: 42px; background-color: $comment_item_colour; border-left: 1px solid $comment_border_colour; border-right: 1px solid $comment_border_colour; - border-top: 1px solid $comment_border_colour; + border-bottom: 1px solid $comment_border_colour; border-radius: 0px; padding: 7px 10px 7px 7px; } |