From cc8bd1bed93f65ed7696e0606381eb2a863fed51 Mon Sep 17 00:00:00 2001 From: matt Date: Wed, 18 Jan 2006 20:14:39 +0000 Subject: [PATCH] Needless specificity git-svn-id: http://svn.automattic.com/wordpress/trunk@3461 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/default/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/default/style.css b/wp-content/themes/default/style.css index 0f782dfcd..667b7a568 100644 --- a/wp-content/themes/default/style.css +++ b/wp-content/themes/default/style.css @@ -90,7 +90,7 @@ h1 { text-align: center; } -div#headerimg div.description { +#headerimg .description { font-size: 1.2em; text-align: center; } @@ -112,7 +112,7 @@ h3 { font-size: 1.3em; } -h1, h1 a, h1 a:hover, h1 a:visited, div#headerimg div.description { +h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description { text-decoration: none; color: white; }