Skip to content

Commit

Permalink
编辑器预览ul,ol样式调整
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 15, 2015
1 parent 90dbd3e commit d8b6b12
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions themes/default/css/MDEditor.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@
.markdown_body>*:first-child {
margin-top: 0 !important;
}
.markdown_body strong {
font-weight: bold;
}
.markdown_body em {
font-style: italic;
}
.markdown_body h1,
.markdown_body h2,
.markdown_body h3,
Expand Down Expand Up @@ -145,6 +151,19 @@
padding-left: 1.4em;
list-style: initial;
}
.markdown_body ol {
list-style-type: decimal;
}
.markdown_body ol ol,
.markdown_body ul ol {
list-style-type: lower-roman;
}
.markdown_body ul ul ol,
.markdown_body ul ol ol,
.markdown_body ol ul ol,
.markdown_body ol ol ol {
list-style-type: lower-alpha;
}
.markdown_body pre {
padding: 16px;
overflow: auto;
Expand Down

0 comments on commit d8b6b12

Please sign in to comment.