Make WordPress Core

Changeset 26363


Ignore:
Timestamp:
11/24/2013 04:59:35 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: fix overlap issue when aligning consecutive images in the same direction. Props koki4a and janhenckens, fixes #26194.

File:
1 edited

Legend:

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

    r26360 r26363  
    44Author: the WordPress team
    55Author URI: http://wordpress.org/
    6 Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full width page template and a contributor page to show of your authors. Creating a magazine website with WordPress has never been easier. 
     6Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full width page template and a contributor page to show of your authors. Creating a magazine website with WordPress has never been easier.
    77Version: 0.1
    88License: GNU General Public License v2 or later
     
    34253425    }
    34263426
     3427    .full-width .site-content .alignleft {
     3428        clear: left;
     3429    }
     3430
    34273431    .full-width .site-content blockquote.alignright,
    34283432    .full-width .site-content img.size-full.alignright,
     
    34313435    .full-width .site-content .wp-caption.alignright {
    34323436        margin-right: -168px;
     3437    }
     3438
     3439    .full-width .site-content .alignright {
     3440        clear: right;
    34333441    }
    34343442}
Note: See TracChangeset for help on using the changeset viewer.