From 5790295d13736e3916f1c122b8313702495533bb Mon Sep 17 00:00:00 2001 From: Matt Thomas 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: https://develop.svn.wordpress.org/trunk@15153 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 3c829cf94b..43d2d50160 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; }