Closed Bug 1518380 Opened 5 years ago Closed 5 years ago

reduce the margins of blockquotes in html comments

Categories

(bugzilla.mozilla.org :: General, enhancement)

Production
enhancement
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: glob, Assigned: dylan)

Details

Attachments

(2 files)

Attached image blockquote-margins.png

the top and bottom margins of quoted text are large - it looks like there's two extra blank lines.

here's what i have in my bmo userstyle to change this:

/* reduce margins of quoted text */
div[data-ismarkdown="true"] blockquote p:first-child {
    margin-top: 0 !important
}
div[data-ismarkdown="true"] blockquote p:last-child {
    margin-bottom: 0 !important
}

see attached screenshot.

Assignee: nobody → dylan
Attached file GitHub Pull Request

I think this is the correct change, but I haven't tested it.

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: