Make WordPress Core

Changeset 32975


Ignore:
Timestamp:
06/27/2015 03:50:59 PM (9 years ago)
Author:
obenland
Message:

Additional style changes to accomodate <h1> headings.

See [32974], #31650.

Location:
trunk/src/wp-admin/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/common.css

    r32974 r32975  
    608608}
    609609
    610 .wrap h2.long-header {
     610.wrap h1.long-header {
    611611    padding-right: 0;
    612612}
  • trunk/src/wp-admin/css/themes.css

    r32835 r32975  
    1313}
    1414
    15 .themes-php .wrap h2 {
     15.themes-php .wrap h1 {
    1616    float: left;
    1717    margin-bottom: 15px;
    1818}
    1919
    20 .network-admin.themes-php .wrap h2 {
     20.network-admin.themes-php .wrap h1 {
    2121    margin-bottom: 0;
    2222}
    2323
    24 .themes-php .wrap h2 .button {
     24.themes-php .wrap h1 .button {
    2525    margin-left: 20px;
    2626}
Note: See TracChangeset for help on using the changeset viewer.