From 4f6411e8ff904a27ef9cb92c807c4103c0a3a841 Mon Sep 17 00:00:00 2001 From: azaozz Date: Wed, 28 Sep 2011 15:16:30 +0000 Subject: [PATCH] Fix UL, OL in Twenty Ten editor-style.css, see #18314 git-svn-id: http://svn.automattic.com/wordpress/trunk@18800 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/editor-style.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/twentyten/editor-style.css b/wp-content/themes/twentyten/editor-style.css index 7d051355e..c397b116c 100644 --- a/wp-content/themes/twentyten/editor-style.css +++ b/wp-content/themes/twentyten/editor-style.css @@ -47,13 +47,18 @@ hr { p { margin-bottom: 18px; } + +ul, +ol { + margin: 0 0 18px 1.5em; + padding: 0; +} + ul { list-style: square; - margin: 0 0 18px 1.5em; } ol { list-style: decimal; - margin: 0 0 18px 1.5em; } ol ol { list-style: upper-alpha; @@ -289,4 +294,4 @@ img.aligncenter { } .wp-smiley { margin: 0; -} \ No newline at end of file +}