From f75343065f57b0c6356c6b665415da974897ab4d Mon Sep 17 00:00:00 2001 From: lancewillett Date: Thu, 2 Aug 2012 20:27:23 +0000 Subject: [PATCH] Twenty Twelve: style hr, big, del, ins in editor stylesheet (and add all except big to style.css also). Fixes #21376. git-svn-id: http://core.svn.wordpress.org/trunk@21406 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- editor-style.css | 16 +++++++++++----- style.css | 14 ++++++++++++++ 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/editor-style.css b/editor-style.css index 456097c28..ad22f93b4 100644 --- a/editor-style.css +++ b/editor-style.css @@ -58,7 +58,11 @@ h6 { font-size: 0.857142857rem; } hr { - /* TODO */ + background-color: #ccc; + border: 0; + height: 1px; + margin: 24px; + margin-bottom: 1.714285714rem; } /* Text elements */ @@ -109,9 +113,8 @@ cite, em, i { cite { border: none; } - big { - /* TODO */ + font-size: 128.571429%; } .mceContentBody blockquote { font-style: italic !important; @@ -150,10 +153,13 @@ address { margin: 0 0 1.714285714rem; } del { - /* TODO */ + color: #333; } ins { - /* TODO */ + background: #fff9c0; + border: none; + color: #333; + text-decoration: none; } sup, sub { diff --git a/style.css b/style.css index 9f0dd7c5d..fb5d3c244 100644 --- a/style.css +++ b/style.css @@ -122,6 +122,20 @@ video { audio:not([controls]) { display: none; } +del { + color: #333; +} +ins { + background: #fff9c0; + text-decoration: none; +} +hr { + background-color: #ccc; + border: 0; + height: 1px; + margin: 24px; + margin-bottom: 1.714285714rem; +} sub, sup { font-size: 75%;