移除 pre 内 code 的 padding

This commit is contained in:
fen
2013-10-27 17:58:50 +08:00
parent fc7a8d5fc6
commit c567c41b6f
3 changed files with 7 additions and 1 deletions
+2
View File
@@ -1133,6 +1133,8 @@ a.operate-reply {
font-size: .92857em; }
#wmd-preview pre {
padding: 1em; }
#wmd-preview pre code {
padding: 0; }
#wmd-preview blockquote {
margin: 1em 1.5em;
padding-left: 1.5em;