Make WordPress Core

Changeset 24196


Ignore:
Timestamp:
05/07/2013 10:17:23 PM (13 years ago)
Author:
lancewillett
Message:

Twenty Ten and Twenty Twelve: fix minor indentation issues in CSS files (spaces to tabs).

Location:
trunk/wp-content/themes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/rtl.css

    r22897 r24196  
    134134#access .menu-header,
    135135div.menu {
    136     margin-right: 12px;
    137     margin-left: 0;
     136    margin-right: 12px;
     137    margin-left: 0;
    138138}
    139139
     
    202202.category-gallery .gallery-thumb {
    203203    float: right;
    204     margin-left:20px;
     204    margin-left:20px;
    205205    margin-right:0;
    206206}
  • trunk/wp-content/themes/twentytwelve/style.css

    r23841 r24196  
    215215button,
    216216input {
    217     line-height: normal;
     217    line-height: normal;
    218218}
    219219textarea {
     
    269269button[disabled],
    270270input[disabled] {
    271     cursor: default;
     271    cursor: default;
    272272}
    273273.menu-toggle:hover,
Note: See TracChangeset for help on using the changeset viewer.