Opened 8 months ago
Closed 7 months ago
#22108 closed defect (bug) (fixed)
Twenty Twelve Print CSS
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Bundled Theme | Version: | 3.5 |
| Severity: | trivial | Keywords: | has-patch commit |
| 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)
- Keywords has-patch commit added
- Milestone changed from Awaiting Review to 3.5
- Summary changed from TwentyTwelve Print CSS to Twenty Twelve Print CSS
comment:2
lancewillett — 7 months ago
- Owner set to lancewillett
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

In [22187]: