[wp-trac] [WordPress Trac] #23147: Twenty Twelve: Proper padding to floating images with caption
WordPress Trac
noreply at wordpress.org
Tue Jan 8 22:20:50 UTC 2013
#23147: Twenty Twelve: Proper padding to floating images with caption
---------------------------+------------------------------
Reporter: TomasM | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version: 3.5
Severity: normal | Resolution:
Keywords: dev-feedback |
---------------------------+------------------------------
Comment (by TomasM):
Looks like we can skip the .aligncenter part and leave only left and
right:
{{{
img.alignleft,
div.alignleft {
margin: 12px 24px 12px 0;
margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
div.alignright {
margin: 12px 0 12px 24px;
margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23147#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list