[wp-trac] [WordPress Trac] #13881: Twenty Ten: various *.css enhancement
WordPress Trac
wp-trac at lists.automattic.com
Tue Jun 15 07:24:55 UTC 2010
#13881: Twenty Ten: various *.css enhancement
--------------------------+-------------------------------------------------
Reporter: zeo | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: WordPress.org site
Component: Themes | Version: 3.0
Severity: normal | Keywords: has-patch
--------------------------+-------------------------------------------------
Comment(by zeo):
- Should selector with no properties + value be removed?[[BR]]
- For readability's and consistency sake:[[BR]]
add newline after each rule:[[BR]]
{{{
#main {
overflow: hidden;
padding: 40px 0 0 0;
}
#content {
margin-bottom: 36px;
}
}}}
to this:
{{{
#main {
overflow: hidden;
padding: 40px 0 0 0;
}
#content {
margin-bottom: 36px;
}
}}}
add whitespace:[[BR]]
{{{
background:#333;
}}}
to this:[[BR]]
{{{
background: #333;
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13881#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list