aboutsummaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-11-04 21:46:41 +0000
committerDavid Lawrence <dkl@mozilla.com>2014-11-04 21:46:41 +0000
commitf5fc4a6d6bf930607d8dd5cd7ffeb78a1044918f (patch)
treeb95c7e398739df2b8447d93a32a1b10f2c9fc2e7 /skins
parentfc62fd4082c76068c2062f4e50b88c0908db2be2 (diff)
downloadbugs-f5fc4a6d6bf930607d8dd5cd7ffeb78a1044918f.tar
bugs-f5fc4a6d6bf930607d8dd5cd7ffeb78a1044918f.tar.gz
bugs-f5fc4a6d6bf930607d8dd5cd7ffeb78a1044918f.tar.bz2
bugs-f5fc4a6d6bf930607d8dd5cd7ffeb78a1044918f.tar.xz
bugs-f5fc4a6d6bf930607d8dd5cd7ffeb78a1044918f.zip
Revert Bug 330707 - Add optional support for MarkDown
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css17
1 files changed, 2 insertions, 15 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index 60e06af73..74005319a 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -243,15 +243,6 @@
textarea {
font-family: monospace;
}
-
- blockquote {
- border-left: 0.2em solid #CCC;
- color: #65379C;
- padding: 0;
- margin-left: 0.5em;
- margin-bottom: -1em;
- white-space: pre;
- }
/* generic (end) */
/* Links that control whether or not something is visible. */
@@ -319,7 +310,7 @@ div#docslinks {
}
/* tbody.file pre is for the Diff view of attachments. */
-pre.bz_comment_text, .uneditable_textarea, tbody.file pre {
+.bz_comment_text, .uneditable_textarea, tbody.file pre {
font-family: monospace;
white-space: pre-wrap;
}
@@ -732,16 +723,12 @@ input.required, select.required, span.required_explanation {
width: auto;
}
-.comment_preview_pre {
- white-space: pre;
-}
-
#comment_preview_loading {
font-style: italic;
}
#comment {
- margin: 0;
+ margin: 0px 0px 1em 0px;
}
/*******************/