From ebb60599246c73240d79c4e02e1550275ac48365 Mon Sep 17 00:00:00 2001 From: nacin Date: Wed, 13 Oct 2010 04:56:34 +0000 Subject: [PATCH] Set IE6 incompatible CSS rule in a different selector. fixes #14688 for 3.0. props iammattthomas git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15785 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index 43a31bf4eb..979caa0d03 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -139,7 +139,9 @@ h3#reply-title, .pingback p, .reply, .widget-title, -.wp-caption-text, +.wp-caption-text { + font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; +} input[type=submit] { font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; }