diff options
-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 de7e8ef81..2dca3c428 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1692,7 +1692,7 @@ img.mail-list-sender-photo { background-color: $comment_item_colour; border-color: $comment_border_colour; border-style: solid; - border-width: 1px 0px 0px 3px; + border-width: 0px 0px 0px 3px; border-radius: 0px; padding: 7px 10px 7px 7px; } |