From 0c0e3a237ba6c026098974346fed64e28c2ad43e Mon Sep 17 00:00:00 2001 From: iammattthomas Date: Sun, 6 Jun 2010 20:19:23 +0000 Subject: [PATCH] Specify a line height for entry-title in the Twenty Ten theme git-svn-id: http://svn.automattic.com/wordpress/trunk@15153 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index 3c829cf94..43d2d5016 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -562,6 +562,7 @@ div.menu li { #content .entry-title { color: #000; font-size: 21px; + line-height: 1.3em; font-weight: bold; margin-bottom: 0; }