diff options
author | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-05-08 23:45:54 +0200 |
---|---|---|
committer | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-05-08 23:45:54 +0200 |
commit | a8cc1770b1f5423f8298f13084fa12a99d49ee39 (patch) | |
tree | cdd22ca2505a224483cb453e8cf795ac686ede3d | |
parent | 4b9c80aca9b660ba211c65c7aca2795ba61adc88 (diff) | |
download | volse-hubzilla-a8cc1770b1f5423f8298f13084fa12a99d49ee39.tar.gz volse-hubzilla-a8cc1770b1f5423f8298f13084fa12a99d49ee39.tar.bz2 volse-hubzilla-a8cc1770b1f5423f8298f13084fa12a99d49ee39.zip |
another one
-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; } |