Opened 4 years ago
Closed 4 years ago
#1780 closed Defect (fixed)
css bug in groups
| Reported by: | cash | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Groups | Version: | |
| Severity: | Keywords: | ||
| Cc: | pete, brettp, | Difficulty: |
Description
Current css:
.topic_post table, td {
border:none;
}
Should it be:
.topic_post table, .topic_post td {
border:none;
}
The td style is being applied to all td elements rather than just .topic_post td's with the current css.
Change History (1)
comment:1 Changed 4 years ago by dave
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Applied - thanks.