Skip to content

Commit

Permalink
添加列表ol,ul嵌套样式
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 15, 2015
1 parent a8c5ae8 commit 90dbd3e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion themes/default/stylus/MDEditor.styl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 90dbd3e

Please sign in to comment.