Opened 13 years ago
Closed 13 years ago
#22108 closed defect (bug) (fixed)
Twenty Twelve Print CSS
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.5 | Priority: | normal |
| Severity: | trivial | Version: | 3.5 |
| Component: | Bundled Theme | Keywords: | has-patch commit |
| Focuses: | Cc: |
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.
In [22187]: