优化文档样式

This commit is contained in:
yangjian 2020-05-21 10:24:30 +08:00
parent f774a9690b
commit 7d92cfb212
3 changed files with 13 additions and 10 deletions

View File

@ -3841,7 +3841,7 @@
padding-left: 20px;
margin-left: 0;
font-size: 14px;
font-style: italic;
/* font-style: italic; */
}
.editormd-preview-container p code, .editormd-html-preview p code {
margin-left: 5px;

View File

@ -96,10 +96,6 @@
.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>

View File

@ -78,10 +78,6 @@
.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>
@ -161,6 +157,17 @@
<div class="bq">
<a href="https://gitee.com/zmister/MrDoc" target="_blank" class="mrdoc-link">本文档使用MrDoc发布</a>
</div>
<!-- 右下角广告块 -->
<!-- 广告代码开始 -->
{% if debug %}
{% else %}
{% if ad_code_3 %}
<div class="ad-code">
{{ ad_code_3 | safe }}
</div>
{% endif %}
{% endif %}
<!-- 广告代码结束 -->
</div>
<!-- 左侧目录栏结束 -->
@ -224,7 +231,7 @@
<!-- 广告代码开始 -->
{% if debug %}
{% else %}
{% if ad_code %}
{% if ad_code_2 %}
<div class="ad-code">
{{ ad_code_2 | safe }}
</div>