mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-02-17 14:22:45 +00:00
Twenty Fourteen: fix overlap issue when aligning consecutive images in the same direction. Props koki4a and janhenckens, fixes #26194.
git-svn-id: https://develop.svn.wordpress.org/trunk@26363 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5b81212ba1
commit
d5bdc1a526
@ -3,7 +3,7 @@ Theme Name: Twenty Fourteen
|
||||
Theme URI: http://wordpress.org/themes/
|
||||
Author: the WordPress team
|
||||
Author URI: http://wordpress.org/
|
||||
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.
|
||||
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.
|
||||
Version: 0.1
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
@ -3424,6 +3424,10 @@ a.post-thumbnail:hover {
|
||||
margin-left: -168px;
|
||||
}
|
||||
|
||||
.full-width .site-content .alignleft {
|
||||
clear: left;
|
||||
}
|
||||
|
||||
.full-width .site-content blockquote.alignright,
|
||||
.full-width .site-content img.size-full.alignright,
|
||||
.full-width .site-content img.size-large.alignright,
|
||||
@ -3431,6 +3435,10 @@ a.post-thumbnail:hover {
|
||||
.full-width .site-content .wp-caption.alignright {
|
||||
margin-right: -168px;
|
||||
}
|
||||
|
||||
.full-width .site-content .alignright {
|
||||
clear: right;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 846px) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user