From 818d9ac3c8ede70b38cac004a6596ab7fe2e4a6d Mon Sep 17 00:00:00 2001 From: rr- Date: Mon, 29 Feb 2016 01:02:39 +0100 Subject: [PATCH] Replaced SJIS border with background --- public_html/css/comments.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/css/comments.css b/public_html/css/comments.css index e37fcbc4..65320582 100644 --- a/public_html/css/comments.css +++ b/public_html/css/comments.css @@ -116,7 +116,7 @@ ul.comments { .sjis { font-family: 'MS PGothic', 'MS Pゴシック', 'IPAMonaPGothic', 'Trebuchet MS', Verdana, Futura, Arial, Helvetica, sans-serif; - border: solid 4px #ccc; + background: #fbfbfb; color: #111; font-size: 12pt; line-height: 1;