Make WordPress Core

Changeset 21447


Ignore:
Timestamp:
08/05/2012 11:48:13 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Twelve: widget style fikes, align the ".timesince" class in the Twitter widget to the right like Twenty Eleven does. Props chellycat, see #21477.

File:
1 edited

Legend:

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

    r21446 r21447  
    13231323    line-height: 1.846153846;
    13241324}
     1325.widget_twitter li {
     1326    list-style-type: none;
     1327}
     1328.widget_twitter .timesince {
     1329    display: block;
     1330    text-align: right;
     1331}
    13251332
    13261333
Note: See TracChangeset for help on using the changeset viewer.