diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 139f7273d62..32f7ccbfaf0 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -9341 \ No newline at end of file +9342 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/.gitrev b/mozilla/webtools/bugzilla/.gitrev index e619d3b6ef1..79e311ace86 100644 --- a/mozilla/webtools/bugzilla/.gitrev +++ b/mozilla/webtools/bugzilla/.gitrev @@ -1 +1 @@ -6638a015487885a47bb0ba851865ef8b073d08fb \ No newline at end of file +0f01ca16e49a2b7b73778a11c4d03b5dd33b0099 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/Bugzilla/Markdown.pm b/mozilla/webtools/bugzilla/Bugzilla/Markdown.pm index e9b0d1a17ac..7b5d475f82d 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Markdown.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/Markdown.pm @@ -409,7 +409,7 @@ sub _DoBlockQuotes { $pre =~ s/^ //mg; $pre; }egs; - "
\n$bq\n\n\n"; + "
\n$bq\n\n\n"; }egmx; return $text; diff --git a/mozilla/webtools/bugzilla/skins/standard/global.css b/mozilla/webtools/bugzilla/skins/standard/global.css index 6e3b41fd757..3941808becb 100644 --- a/mozilla/webtools/bugzilla/skins/standard/global.css +++ b/mozilla/webtools/bugzilla/skins/standard/global.css @@ -418,6 +418,17 @@ pre.bz_comment_text, .uneditable_textarea, tbody.file pre { /** End Comments **/ +/** Markdown **/ +blockquote.markdown { + border-left: 0.2em solid #CCC; + color: #65379C; + padding: 0 1em; + margin-left: 0.5em; + margin-bottom: 0em; + white-space: normal; +} +/** End Markdown **/ + .bz_default_hidden, .bz_tui_hidden, .bz_hidden_field, .bz_hidden_option { /* We have !important because we want elements with these classes to always * be hidden, even if there is some CSS that overrides it (we use these