Skip to content

Commit

Permalink
编辑器预览ul,ol样式调整
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 14, 2015
1 parent 77512c6 commit a8c5ae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions themes/default/css/MDEditor.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
.markdown_body ul,
.markdown_body ol {
padding-left: 1.4em;
list-style: initial;
}
.markdown_body pre {
padding: 16px;
Expand Down
1 change: 1 addition & 0 deletions themes/default/stylus/MDEditor.styl
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ min-height=200px
margin-bottom: 16px
ul,ol
padding-left: 1.4em
list-style:initial
pre
padding: 16px
overflow: auto
Expand Down

0 comments on commit a8c5ae8

Please sign in to comment.