diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-08 12:52:31 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-08 12:52:31 +0100 |
commit | a65e3c432d1b238444dc75bd6796b16c480d46d5 (patch) | |
tree | bae2642c8be108249054e96a50f627947bb97145 /view | |
parent | 5bf49dabc673dbb0180d16ea81435ecac874e5a3 (diff) | |
download | volse-hubzilla-a65e3c432d1b238444dc75bd6796b16c480d46d5.tar.gz volse-hubzilla-a65e3c432d1b238444dc75bd6796b16c480d46d5.tar.bz2 volse-hubzilla-a65e3c432d1b238444dc75bd6796b16c480d46d5.zip |
copy/paste typo
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 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; } |