Opened 12 years ago
Closed 12 years ago
#24628 closed defect (bug) (wontfix)
Twenty Thirteen: Redundant code in style.css
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | normal | Version: | 3.6 |
Component: | Bundled Theme | Keywords: | |
Focuses: | Cc: |
Description
The pattern
.navbar { margin: 0 auto; max-width: 1600px; width: 100%; }
applied to navbar
is unnecessary because it's already applied to navbar
's ancestor, site
. It can be removed.
Attachments (1)
Change History (5)
#1
follow-up:
↓ 2
@
12 years ago
- Keywords needs-testing added
- Milestone changed from Awaiting Review to 3.6
- Priority changed from normal to low
Note: See
TracTickets for help on using
tickets.
Related to #24406