Opened 14 years ago
Closed 14 years ago
#22108 closed defect (bug) (fixed)
Twenty Twelve Print CSS
| Reported by: | WraithKenny | Owned by: | lancewillett |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Bundled Theme | Version: | 3.5 |
| Severity: | trivial | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
changeset [21404] reduced some print rules for #primary and #content into .site-content. The effect is a rule intended for #content doesn't apply to it, instead overwrites the rule intended for #primary. The result is:
.site-content {
float: left;
margin: 0;
width: 100%;
}
.site-content {
margin: 0;
width: auto;
}
which I don't think has any major impact but is incorrect.
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In [22187]: