优化导入后的显示

This commit is contained in:
Minho
2018-03-26 13:32:02 +08:00
parent ffe5dced44
commit 3a1337c0bd
4 changed files with 14 additions and 11 deletions

View File

@@ -56,9 +56,12 @@
border-radius:0;
line-height: 1.4em;
}
.editormd-preview-container pre.prettyprint, .editormd-html-preview pre.prettyprint{
.editormd-preview-container pre.prettyprint, .editormd-html-preview pre.prettyprint {
padding: 0;
}
.hljs{
padding: 10px 15px !important;
}
.editormd-preview-container ol.linenums, .editormd-html-preview ol.linenums{
color: #999;
}