forked from mirror/MrDoc
调整文档引用块样式
This commit is contained in:
parent
ba249e0475
commit
2252b4e0fc
@ -96,6 +96,10 @@
|
||||
.markdown-body h6{
|
||||
font-size: .85em;
|
||||
}
|
||||
/* 引用块样式 */
|
||||
.editormd-preview-container blockquote, .editormd-html-preview blockquote{
|
||||
border-left: 4px solid #333;
|
||||
}
|
||||
</style>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
|
@ -78,6 +78,10 @@
|
||||
.markdown-body h6{
|
||||
font-size: .85em;
|
||||
}
|
||||
/* 引用块样式 */
|
||||
.editormd-preview-container blockquote, .editormd-html-preview blockquote{
|
||||
border-left: 4px solid #333;
|
||||
}
|
||||
</style>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user