Opened 7 years ago
Closed 5 years ago
#1484051 closed Bugs (fixed)
quoted text in messages uses hardcoded <font color=''>, unable to theme
| Reported by: | dopry | Owned by: | dopry |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.1-stable |
| Component: | Client Scripts | Version: | 0.1-beta2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I was trying to style the quoted text, but the font tage were hard coded. I changed that. a patch can be found at
http://www.thing.net/~dopry/style-quote-depth.patch
Attachments (1)
Change History (5)
Changed 7 years ago by dopry
comment:1 Changed 7 years ago by dopry
hmm, guess I'm not that familiar with trac's workflow and attaching files :) i attached the patch as well.
comment:2 Changed 7 years ago by dopry
- Version changed from 0.1-beta to 0.1-beta2
comment:4 Changed 5 years ago by thomasb
- Milestone changed from 0.1.1 to 0.1-stable
- Resolution set to fixed
- Status changed from new to closed
Quoted text is now wrapped in <blockquote> elements and styled by CSS
Note: See
TracTickets for help on using
tickets.

style quotes patch