Opened 16 years ago
Closed 16 years ago
#13881 closed defect (bug) (fixed)
Twenty Ten: various *.css enhancement
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | WordPress.org | Priority: | normal |
| Severity: | normal | Version: | 3.0 |
| Component: | Themes | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Some part in Twenty Ten *.css that can and need to be improve.
Attachments (3)
Change History (8)
#2
@
16 years ago
- Should selector with no properties + value be removed?
- For readability's and consistency sake:
add newline after each rule:
#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:
background:#333;
to this:
background: #333;
Note: See
TracTickets for help on using
tickets.
#13860 - Twenty Ten: Odd CSS rule messes with password protected form for galleries