Open Bug 366987 Opened 18 years ago Updated 18 years ago

Make it easier to style bugzilla quotes in userContent.css

Categories

(Bugzilla :: Creating/Changing Bugs, enhancement)

2.23.3
enhancement
Not set
normal

Tracking

()

People

(Reporter: neil, Unassigned)

Details

Currently bugzilla.mozilla.org wraps quotes in a single span for all lines of a quote, excluding the trailing newline. For maximum flexibility I would prefer for each quoted line to be given its own div but failing that one of the three alternatives below would also suffice:
1. Each quoted line is a separate span
2. Each quote is a separate div
3. Each quote is a <blockquote type="cite">
   (but with its margin, border and padding removed in Bugzilla's CSS)
Sending this request upstream.
Assignee: justdave → create-and-change
Component: Bugzilla: Other b.m.o Issues → Creating/Changing Bugs
Product: mozilla.org → Bugzilla
QA Contact: reed → default-qa
Target Milestone: --- → Bugzilla 3.0
Version: other → 2.23.3
I do not like #1 at all.

With #2 you mean s/span/div/? Can't you turn the span into a div with IIRC something like display: block (or something like that)?
Summary: Please make it easier to style bugzilla quotes in userContent.css → Make it easier to style bugzilla quotes in userContent.css
Target Milestone: Bugzilla 3.0 → Bugzilla 3.2
(In reply to comment #2)
>Can't you turn the span into a div with IIRC something like display: block
No, because that causes an extra line break.
Target Milestone: Bugzilla 3.2 → Bugzilla 3.0
The code for 3.0 is frozen in order to prepare 3.0 RC1. This is not something we want to take as a last minute fix as nothing is broken here. Sorry Neil. You can still /msg me on IRC if you disagree. ;)
Target Milestone: Bugzilla 3.0 → ---
You need to log in before you can comment on or make changes to this bug.