diff options
author | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-05-11 13:23:38 +0200 |
---|---|---|
committer | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-05-11 13:23:38 +0200 |
commit | 3fbac93619a59e03706a771a1527c8492ff85e82 (patch) | |
tree | 277b7775791751fc3779cc8c3a9758ca414667d6 | |
parent | 889aaad6684cab3396ee107d7ae63e47df6a5c6c (diff) | |
download | volse-hubzilla-3fbac93619a59e03706a771a1527c8492ff85e82.tar.gz volse-hubzilla-3fbac93619a59e03706a771a1527c8492ff85e82.tar.bz2 volse-hubzilla-3fbac93619a59e03706a771a1527c8492ff85e82.zip |
grrr
-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 64129eb36..88fd693ad 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1921,7 +1921,7 @@ img.mail-list-sender-photo { border-left: $comment_border_left $comment_border_colour; border-right: $comment_border_right $comment_border_colour; - border-bottom: 1px solid $comment_border_colour; + border-bottom: $comment_border_bottom $comment_border_colour; border-radius: 0px; padding: 7px 10px 7px 7px; } |