Make WordPress Core

Changeset 24224


Ignore:
Timestamp:
05/09/2013 08:22:32 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: smarter margins for comment block-level elements that need to be centered. Use margin just for left and right; don't change top and bottom.

File:
1 edited

Legend:

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

    r24202 r24224  
    22192219#respond iframe {
    22202220    display: block;
    2221     margin: 0 auto;
     2221    margin-left: auto;
     2222    margin-right: auto;
    22222223    max-width: 604px;
    22232224    width: 100%;
     
    22372238.comments-title {
    22382239    font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
    2239     padding: 30px 0 20px;
    22402240}
    22412241
     
    23732373#reply-title {
    23742374    font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
    2375     margin-bottom: 20px;
    23762375}
    23772376
Note: See TracChangeset for help on using the changeset viewer.