Make WordPress Core

Changeset 14269


Ignore:
Timestamp:
04/28/2010 04:46:10 AM (15 years ago)
Author:
iammattthomas
Message:

In Twenty Ten, remove margins from normal inline images, set vertical alignment of inline images, and apply bottom margin to alignnone class.

File:
1 edited

Legend:

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

    r14236 r14269  
    759759-------------------------------------------------------------- */
    760760
    761 .entry-content img {
    762     margin: 0 0 24px 0;
     761#content img {
     762    margin: 0;
    763763    max-width: 640px;
     764    vertical-align: baseline;
    764765}
    765766.alignleft,
     
    788789img.aligncenter {
    789790    margin-bottom: 12px;
     791}
     792img.alignnone {
     793    margin-bottom: 24px;
    790794}
    791795#content .wp-caption {
Note: See TracChangeset for help on using the changeset viewer.