Make WordPress Core

Changeset 21410


Ignore:
Timestamp:
08/02/2012 09:11:11 PM (14 years ago)
Author:
lancewillett
Message:

Twenty Twelve: update print styles to merge similar rules, props SergeyBiryukov, see #21377.

File:
1 edited

Legend:

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

    r21409 r21410  
    14641464                text-align: left;
    14651465        }
    1466         img.header-image {
    1467                 display: none;
    1468         }
     1466        #author-avatar,
     1467        #colophon,
     1468        #respond,
     1469        .commentlist .comment-edit-link,
     1470        .commentlist .reply,
     1471        .entry-header .comments-link,
     1472        .entry-meta .edit-link a,
     1473        .page-link,
     1474        .site-content nav,
     1475        .widget-area,
     1476        img.header-image,
    14691477        nav.site-navigation {
    14701478                display: none;
     
    14831491                width: auto;
    14841492        }
    1485         .singular .site-content {
    1486                 margin: 0;
    1487                 width: 100%;
    1488         }
    14891493        .singular .entry-header .entry-meta {
    14901494                position: static;
    14911495        }
    1492         .entry-meta .edit-link a {
    1493                 display: none;
    1494         }
    1495         .site-content nav {
    1496                 display: none;
    1497         }
     1496        .singular .site-content,
    14981497        .singular .entry-header,
    14991498        .singular .entry-content,
     
    15111510                font-size: 10pt;
    15121511        }
    1513         .entry-header .comments-link {
    1514                 display: none;
    1515         }
    1516         .page-link {
    1517                 display: none;
    1518         }
    1519         #author-avatar {
    1520                 display: none;
    1521         }
    15221512        #author-description {
    15231513                float: none;
    15241514                width: auto;
    1525         }
    1526         #respond {
    1527                 display: none;
    1528         }
    1529         .widget-area {
    1530                 display: none;
    1531         }
    1532         #colophon {
    1533                 display: none;
    15341515        }
    15351516
     
    15511532                margin-left: 3.57142857rem;
    15521533        }
    1553         .commentlist .comment-edit-link {
    1554                 display: none;
    1555         }
    1556         .commentlist .reply {
    1557                 display: none;
    1558         }
    1559 }
     1534}
Note: See TracChangeset for help on using the changeset viewer.