From ec87e5310ad038abe4b2b329897638d866bf549a Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 14 Aug 2018 08:28:31 -0400 Subject: Revert "Bug 1456878 - Support markdown comments" This reverts commit fd850e00db835d2b84c59014c3b1021fea2294fc. --- skins/standard/global.css | 44 ++------------------------------------------ 1 file changed, 2 insertions(+), 42 deletions(-) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index bf95dd84f..e7028f892 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -909,12 +909,7 @@ input.required, select.required, span.required_explanation { } #comment { - margin: 0px 0px 0.5em 0px; -} - -#comment-markdown-tip { - display: flex; - align-items: center; + margin: 0px 0px 1em 0px; } /*******************/ @@ -1416,8 +1411,7 @@ table.edit_form hr { left: 16px; } -.bz_comment_text span.quote, .bz_comment_text span.quote_wrapped, -div.bz_comment_text pre { +.bz_comment_text span.quote, .bz_comment_text span.quote_wrapped { background: #eee !important; color: #444 !important; display: block !important; @@ -1427,40 +1421,6 @@ div.bz_comment_text pre { padding: 5px !important; } -/* Markdown comments */ -div.bz_comment_text { - white-space: normal; - padding: 0 8px 0 8px; - font-family: inherit !important; -} - -div.bz_comment_text code { - color: #444; - background-color: #eee; - font-size: 13px; - font-family: "Fira Mono","Droid Sans Mono",Menlo,Monaco,"Courier New",monospace; -} - -div.bz_comment_text table { - border-collapse: collapse; -} - -div.bz_comment_text th, div.bz_comment_text td { - padding: 5px 10px; - border: 1px solid #ccc; -} - -div.bz_comment_text hr { - display: block !important; -} - -div.bz_comment_text blockquote { - background: #fcfcfc; - border-left: 5px solid #ccc; - margin: 1.5em 10px; - padding: 0.5em 10px; -} - .bz_comment_tags { background: #eee; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); -- cgit v1.2.3-24-g4f1b