From a9a772653ce4c4a7d585aa5b471a7f1dcb659a61 Mon Sep 17 00:00:00 2001 From: Van Date: Wed, 28 Aug 2013 10:33:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20prettyprint=20=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- metro-hot/css/metro-hot.css | 4 ++++ metro-hot/css/metro-hot.min.css | 1 + 2 files changed, 5 insertions(+) diff --git a/metro-hot/css/metro-hot.css b/metro-hot/css/metro-hot.css index 064e124..26744d4 100644 --- a/metro-hot/css/metro-hot.css +++ b/metro-hot/css/metro-hot.css @@ -771,6 +771,10 @@ textarea { margin-right: 10px; margin-top: 20px; } + +pre.prettyprint { + background-color: #F7F7F7; +} /* end article */ /* start comment */ diff --git a/metro-hot/css/metro-hot.min.css b/metro-hot/css/metro-hot.min.css index ef208f7..f27510d 100644 --- a/metro-hot/css/metro-hot.min.css +++ b/metro-hot/css/metro-hot.min.css @@ -121,6 +121,7 @@ textarea{overflow:auto;vertical-align:top;} .article-header .article-date{float:none;margin:0;} .article-body{background-color:#323232;margin-bottom:30px;overflow:hidden;padding:10px;white-space:normal;word-break:break-all;font-size:14px;word-wrap:break-word;} .main>.article-body{margin-right:10px;margin-top:20px;} +pre.prettyprint{background-color: #F7F7F7;} #comments{position:relative;} #comments>div{margin-bottom:20px;margin-right:10px;} #comments .article-body{margin:10px 0;width:810px;}