Skip to content

Commit

Permalink
样式markdown预览样式调整
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 3, 2015
1 parent 7281c7e commit 4b342e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions themes/default/css/MDEditor.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
overflow: hidden;
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
font-size: 16px;
line-height: 1.6;
line-height: 1.4em;
}
.markdown_body>*:first-child {
margin-top: 0 !important;
Expand Down Expand Up @@ -141,7 +141,7 @@
}
.markdown_body ul,
.markdown_body ol {
padding-left: 2em;
padding-left: 1.4em;
}
.markdown_body pre {
padding: 16px;
Expand Down
4 changes: 2 additions & 2 deletions themes/default/stylus/MDEditor.styl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ min-height=200px
overflow: hidden
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif
font-size: 16px
line-height: 1.6
line-height: 1.4em
&>*:first-child
margin-top: 0 !important

Expand Down Expand Up @@ -108,7 +108,7 @@ min-height=200px
margin-top: 0;
margin-bottom: 16px
ul,ol
padding-left: 2em
padding-left: 1.4em
pre
padding: 16px
overflow: auto
Expand Down

0 comments on commit 4b342e3

Please sign in to comment.