From 90dbd3ebb4a600132b2640ed862e7aa5b30187f5 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Wed, 15 Jul 2015 09:19:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=88=97=E8=A1=A8ol,ul?= =?UTF-8?q?=E5=B5=8C=E5=A5=97=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/default/stylus/MDEditor.styl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/themes/default/stylus/MDEditor.styl b/themes/default/stylus/MDEditor.styl index d6b2fca..5f9786d 100644 --- a/themes/default/stylus/MDEditor.styl +++ b/themes/default/stylus/MDEditor.styl @@ -78,7 +78,10 @@ min-height=200px line-height: 1.4em &>*:first-child margin-top: 0 !important - + strong + font-weight: bold + em + font-style:italic h1,h2,h3,h4,h5,h6 position: relative margin-top: 1em @@ -111,6 +114,12 @@ min-height=200px ul,ol padding-left: 1.4em list-style:initial + ol + list-style-type: decimal + ol ol, ul ol + list-style-type: lower-roman; + ul ul ol, ul ol ol, ol ul ol, ol ol ol + list-style-type: lower-alpha; pre padding: 16px overflow: auto