Make WordPress Core


Ignore:
Timestamp:
07/13/2012 12:17:05 AM (12 years ago)
Author:
lancewillett
Message:

Twenty Twelve: update search title styling to be consistent with archive title styling. Fixes #21239, props saltcod.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentytwelve/style.css

    r21264 r21265  
    973973-------------------------------------------------------------- */
    974974
    975 .archive #content h1.archive-title {
     975.archive #content .archive-title,
     976.search .page-header {
    976977    margin-bottom: 48px;
    977978    margin-bottom: 3.428571429rem;
     
    979980    padding-bottom: 1.571428571rem;
    980981    border-bottom: 1px solid #ededed;
    981     color: #636363;
    982 }
    983 .search .page-header {
    984     margin-bottom: 48px;
    985     margin-bottom: 3.428571429rem;
    986982}
    987983
Note: See TracChangeset for help on using the changeset viewer.