From 1987dfa0a14567e8e9daa957168b09cdd88fdb71 Mon Sep 17 00:00:00 2001 From: lancewillett Date: Fri, 13 Jul 2012 00:17:05 +0000 Subject: [PATCH] Twenty Twelve: update search title styling to be consistent with archive title styling. Fixes #21239, props saltcod. git-svn-id: http://core.svn.wordpress.org/trunk@21265 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- style.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index 05badd43c..15711e9e4 100644 --- a/style.css +++ b/style.css @@ -972,17 +972,13 @@ footer .edit-link { /* =Styling for the archive view -------------------------------------------------------------- */ -.archive #content h1.archive-title { +.archive #content .archive-title, +.search .page-header { margin-bottom: 48px; margin-bottom: 3.428571429rem; padding-bottom: 22px; padding-bottom: 1.571428571rem; border-bottom: 1px solid #ededed; - color: #636363; -} -.search .page-header { - margin-bottom: 48px; - margin-bottom: 3.428571429rem; }