Make WordPress Core

Changeset 23817


Ignore:
Timestamp:
03/27/2013 05:16:31 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: better styles for Chat structured post format output. Props Joen for starter CSS, closes #23869.

File:
1 edited

Legend:

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

    r23806 r23817  
    15391539}
    15401540
    1541 .format-chat .chat-transcript dt {
    1542     color: #686758;
    1543     font-style: italic;
     1541.format-chat .chat-transcript time {
     1542    color: #722d19;
     1543    float: right;
     1544    font-size: 12px;
    15441545    font-weight: normal;
     1546    margin: 5px 10px 0;
     1547}
     1548
     1549.format-chat .chat-transcript cite {
     1550    font-style: normal;
    15451551}
    15461552
Note: See TracChangeset for help on using the changeset viewer.