From 0f01ca16e49a2b7b73778a11c4d03b5dd33b0099 Mon Sep 17 00:00:00 2001 From: Albert Ting Date: Thu, 19 Mar 2015 15:39:53 +0800 Subject: Bug 1139150: Support wrapping quoted comments in MarkDown r=glob,a=glob --- skins/standard/global.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index 6e3b41fd7..3941808be 100644 --- a/skins/standard/global.css +++ b/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 -- cgit v1.2.3-24-g4f1b