diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-08-14 14:28:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-14 14:28:31 +0200 |
commit | ec87e5310ad038abe4b2b329897638d866bf549a (patch) | |
tree | 08a5486b897f5321a4aafd04f1afbec19ca597d9 /skins | |
parent | ea5beeacb185309572836cc60989f95ea4705f9d (diff) | |
download | bugzilla-ec87e5310ad038abe4b2b329897638d866bf549a.tar.gz bugzilla-ec87e5310ad038abe4b2b329897638d866bf549a.tar.xz |
Revert "Bug 1456878 - Support markdown comments"
This reverts commit fd850e00db835d2b84c59014c3b1021fea2294fc.
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 44 |
1 files changed, 2 insertions, 42 deletions
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); |