diff --git a/themes/default/css/MDEditor.min.css b/themes/default/css/MDEditor.min.css index a2031e8..82383cb 100644 --- a/themes/default/css/MDEditor.min.css +++ b/themes/default/css/MDEditor.min.css @@ -52,7 +52,7 @@ } .mdeditor .mde_preview { margin: 0; - padding: 5px; + padding: 15px; background-color: #fff; position: relative; overflow: auto; @@ -110,6 +110,7 @@ .markdown_body h1 { font-size: 2.25em; line-height: 1.2; + padding-bottom: 0.3em; } .markdown_body h2 { padding-bottom: 0.3em; @@ -148,7 +149,7 @@ overflow: auto; font-size: 85%; line-height: 1.45; - background-color: #f7f7f7; + background-color: #eee; border-radius: 3px; } .markdown_body pre code { diff --git a/themes/default/stylus/MDEditor.styl b/themes/default/stylus/MDEditor.styl index df1ffed..8bfd453 100644 --- a/themes/default/stylus/MDEditor.styl +++ b/themes/default/stylus/MDEditor.styl @@ -44,7 +44,7 @@ min-height=200px color: #999 .mde_preview margin:0 - padding:5px + padding:15px background-color:#fff position:relative overflow: auto @@ -90,6 +90,7 @@ min-height=200px h1 font-size: 2.25em line-height: 1.2 + padding-bottom: 0.3em h2 padding-bottom: 0.3em font-size: 1.75em @@ -114,7 +115,7 @@ min-height=200px overflow: auto font-size: 85% line-height: 1.45 - background-color: #f7f7f7 + background-color: #EEEEEE border-radius: 3px code background-color:transparent