mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Twenty Twelve: update search title styling to be consistent with archive title styling. Fixes #21239, props saltcod.
git-svn-id: https://develop.svn.wordpress.org/trunk@21265 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5ab1806b37
commit
94eb96e85a
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user