From ed28ab682de18fed1e907963010b397a4b326b90 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 18 Jan 2006 19:45:24 +0000 Subject: [PATCH] Fix kubrick and hReview style conflict. Props Ryan King. fixes #1436 git-svn-id: https://develop.svn.wordpress.org/trunk@3460 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/default/style.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/wp-content/themes/default/style.css b/wp-content/themes/default/style.css index 8d5a730448..0f782dfcd6 100644 --- a/wp-content/themes/default/style.css +++ b/wp-content/themes/default/style.css @@ -90,7 +90,7 @@ h1 { text-align: center; } -.description { +div#headerimg div.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, .description { +h1, h1 a, h1 a:hover, h1 a:visited, div#headerimg div.description { text-decoration: none; color: white; } @@ -302,10 +302,6 @@ h1 { margin: 0; } -.description { - text-align: center; - } - h2 { margin: 30px 0 0; }