From: Dylan William Hardison Date: Tue, 8 Jan 2019 06:48:46 +0000 (-0500) Subject: Bug 1518380 - reduce the margins of blockquotes in html comments X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e55fb888a6a6822582da52e6ce7f19f006bd1de2;p=thirdparty%2Fbugzilla.git Bug 1518380 - reduce the margins of blockquotes in html comments --- diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css index 5e6c07cbd..c2354e17b 100644 --- a/extensions/BugModal/web/bug_modal.css +++ b/extensions/BugModal/web/bug_modal.css @@ -731,6 +731,15 @@ div.comment-text blockquote { padding: 0.5em 10px; } + +div.comment-text blockquote > :first-child { + margin-top: 0; +} + +div.comment-text blockquote > :last-child { + margin-bottom: 0; +} + .comment-tags { padding: 0 8px !important; }