[wp-trac] [WordPress Trac] #23702: Twenty Thirteen: use new HTML5 comment form argument
WordPress Trac
noreply at wordpress.org
Wed Mar 13 22:25:28 UTC 2013
#23702: Twenty Thirteen: use new HTML5 comment form argument
---------------------------+--------------------
Reporter: lancewillett | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 3.6
Component: Bundled Theme | Version: trunk
Severity: normal | Resolution:
Keywords: has-patch |
---------------------------+--------------------
Comment (by lancewillett):
@obenland How do you feel about changing:
{{{
#commentform label[for="author"],
#commentform label[for="email"],
#commentform label[for="url"],
#commentform label[for="comment"] {
float: left;
padding: 5px 0;
width: 100px;
}
}}}
to just:
{{{
#commentform label {
float: left;
padding: 5px 0;
width: 100px;
}
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23702#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list