From 0b117e1ae0765a74bda23ec7fcb204ede3f32a23 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 28 Aug 2012 01:23:13 +0000 Subject: [PATCH] Twenty Twelve: improve line-height and font-size for text widget output without added paragraph wrappers. Props leogermani, fixes #21693. git-svn-id: http://core.svn.wordpress.org/trunk@21636 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 52d95081a..0c3b91189 100644 --- a/style.css +++ b/style.css @@ -560,7 +560,8 @@ section[role="banner"] { margin-bottom: 1.714285714rem; } .widget-area .widget p, -.widget-area .widget li { +.widget-area .widget li, +.widget-area .widget .textwidget { font-size: 13px; font-size: 0.928571429rem; line-height: 1.846153846;