mirror of
https://github.com/typecho/typecho.git
synced 2025-03-18 08:59:40 +01:00
移除 pre 内 code 的 padding
This commit is contained in:
parent
fc7a8d5fc6
commit
c567c41b6f
@ -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;
|
||||
|
@ -74,7 +74,10 @@
|
||||
background: #F3F3F0;
|
||||
font-size: .92857em;
|
||||
}
|
||||
pre { padding: 1em; }
|
||||
pre {
|
||||
padding: 1em;
|
||||
code { padding: 0; }
|
||||
}
|
||||
blockquote {
|
||||
margin: 1em 1.5em;
|
||||
padding-left: 1.5em;
|
||||
|
@ -37,6 +37,7 @@ pre {
|
||||
overflow: auto;
|
||||
max-height: 400px;
|
||||
}
|
||||
pre code { padding: 0; }
|
||||
|
||||
blockquote {
|
||||
margin: 1em 1.5em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user