From b8cc422968241c34528029471f6c28be616cf2bb Mon Sep 17 00:00:00 2001 From: joyqi Date: Sun, 20 Oct 2013 15:25:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usr/themes/default/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/themes/default/style.css b/usr/themes/default/style.css index 9008787a..cb3787c4 100644 --- a/usr/themes/default/style.css +++ b/usr/themes/default/style.css @@ -47,7 +47,7 @@ border-bottom: none; } pre, code, tt { - font: 12px 'andale mono', 'lucida console', monospace; line-height: 1.5; + font: 12px Menlo,Monaco,Consolas,"Lucida Console","Courier New",monospace; line-height: 1.5; } code { margin-bottom: 20px; } pre, code {