From b54c3fb085ebee90fba295a7f9938807989798e2 Mon Sep 17 00:00:00 2001 From: fen Date: Thu, 20 Nov 2014 11:02:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20blockquote=20=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usr/themes/default/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/usr/themes/default/style.css b/usr/themes/default/style.css index 292f880d..49776db0 100644 --- a/usr/themes/default/style.css +++ b/usr/themes/default/style.css @@ -31,7 +31,7 @@ pre, code { } code { padding: 2px 4px; color: #B94A48; } pre { - padding: 5px; + padding: 8px; overflow: auto; max-height: 400px; } @@ -41,9 +41,10 @@ pre code { } blockquote { - margin: 1em 1.5em; + margin: 1em 0; padding-left: 1.5em; - border-left: 4px solid #F3F3F0; + border-left: 4px solid #eee; + color: #666; } table {