Make WordPress Core

Changeset 15155


Ignore:
Timestamp:
06/06/2010 08:40:44 PM (16 years ago)
Author:
iammattthomas
Message:

Adjusting caption text style in the Twenty Ten theme.

File:
1 edited

Legend:

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

    r15154 r15155  
    138138.reply,
    139139.widget-title,
     140.wp-caption-text,
    140141input[type=submit]
    141142{
     
    816817#content .wp-caption {
    817818    background: #f1f1f1;
    818     color: #888;
    819     font-size: 12px;
    820819    line-height: 18px;
    821820    text-align: center;
     
    828827#content .wp-caption p.wp-caption-text {
    829828    margin: 5px;
     829    color: #888;
     830    font-size: 12px;
    830831}
    831832#content .wp-smiley {
Note: See TracChangeset for help on using the changeset viewer.