From 9c41a7106118fd1d25da4eddc10a08106a48ce99 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Mon, 24 Sep 2012 23:17:52 +0000 Subject: [PATCH] Twenty Twelve: style basic HTML elements in text widgets, props DrewAPicture. Fixes #21932. git-svn-id: http://core.svn.wordpress.org/trunk@21990 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/style.css b/style.css index f10b5489b..32d75d607 100644 --- a/style.css +++ b/style.css @@ -572,6 +572,19 @@ section[role="banner"] { font-size: 0.928571429rem; line-height: 1.846153846; } +.widget-area .widget p { + margin-bottom: 24px; + margin-bottom: 1.714285714rem; +} +.widget-area .textwidget ul { + list-style: disc outside; + margin: 0 0 24px; + margin: 0 0 1.714285714rem; +} +.widget-area .textwidget li { + margin-left: 36px; + margin-left: 2.571428571rem; +} .widget-area .widget a { color: #777; }