diff options
Diffstat (limited to 'themes/mantra/resources/css/editor-style.css')
-rw-r--r-- | themes/mantra/resources/css/editor-style.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/themes/mantra/resources/css/editor-style.css b/themes/mantra/resources/css/editor-style.css index 9eefb8bc..41331937 100644 --- a/themes/mantra/resources/css/editor-style.css +++ b/themes/mantra/resources/css/editor-style.css @@ -7,7 +7,6 @@ Used to style the TinyMCE editor. * { font-family: Georgia, "Bitstream Charter", serif; - color: #444; line-height: 1.5; } p, @@ -103,7 +102,8 @@ del { } blockquote { font-style: italic; - padding: 0 3em; + padding: 0.5em 1em; + background: #f7f7f7; } blockquote cite, blockquote em, @@ -111,7 +111,7 @@ blockquote i { font-style: normal; } pre { - background: #f7f7f7; + border: 1px dotted #ddd; color: #222; line-height: 18px; margin-bottom: 18px; @@ -172,6 +172,10 @@ var { } code { font-size: 13px; + display: inline-block; + padding: 2px 10px; + border-left: 3px solid #EEEEEE; + background-color: #FAFAFA; } strong, b, |