From d31fbcf5f12182658a065f7f4367c4d638cd6cc3 Mon Sep 17 00:00:00 2001 From: Matt Thomas Date: Mon, 24 May 2010 22:20:37 +0000 Subject: [PATCH] Twenty Ten editor-style CSS cleanup git-svn-id: https://develop.svn.wordpress.org/trunk@14863 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentyten/editor-style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyten/editor-style.css b/wp-content/themes/twentyten/editor-style.css index 1993c78b31..fa875cadb3 100644 --- a/wp-content/themes/twentyten/editor-style.css +++ b/wp-content/themes/twentyten/editor-style.css @@ -32,7 +32,7 @@ pre { font-family: "Courier 10 Pitch", Courier, monospace; } code, code var { - font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace !important; + font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; } body, input, textarea { font-size: 12px; @@ -259,7 +259,9 @@ img.aligncenter { margin-left: auto; margin-right: auto; } -img.alignleft, img.alignright, img.aligncenter { +img.alignleft, +img.alignright, +img.aligncenter { margin-bottom: 12px; } .wp-caption {