[wp-trac] [WordPress Trac] #13860: Twenty Ten: Odd CSS rule messes with password protected form for galleries
WordPress Trac
wp-trac at lists.automattic.com
Sun Jun 13 15:21:15 UTC 2010
#13860: Twenty Ten: Odd CSS rule messes with password protected form for galleries
--------------------------+-------------------------------------------------
Reporter: nacin | Owner: iammattthomas
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: WordPress.org site
Component: Themes | Version: 3.0
Severity: trivial | Keywords:
--------------------------+-------------------------------------------------
Comment(by zeo):
The patch also change:
{{{
#content .gallery {
margin: auto;
}
}}}
to:
{{{
#content .gallery {
margin: 0 auto 18px;
}
}}}
where it will add margin bottom to gallery div with the same value as p.
Currently there's no gap at the end of gallery div.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13860#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list