修改 prettyprint 默认样式

This commit is contained in:
Van 2013-08-28 10:33:27 +08:00
parent d348992fa4
commit a9a772653c
2 changed files with 5 additions and 0 deletions

View File

@ -771,6 +771,10 @@ textarea {
margin-right: 10px; margin-right: 10px;
margin-top: 20px; margin-top: 20px;
} }
pre.prettyprint {
background-color: #F7F7F7;
}
/* end article */ /* end article */
/* start comment */ /* start comment */

View File

@ -121,6 +121,7 @@ textarea{overflow:auto;vertical-align:top;}
.article-header .article-date{float:none;margin:0;} .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;} .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;} .main>.article-body{margin-right:10px;margin-top:20px;}
pre.prettyprint{background-color: #F7F7F7;}
#comments{position:relative;} #comments{position:relative;}
#comments>div{margin-bottom:20px;margin-right:10px;} #comments>div{margin-bottom:20px;margin-right:10px;}
#comments .article-body{margin:10px 0;width:810px;} #comments .article-body{margin:10px 0;width:810px;}