aboutsummaryrefslogtreecommitdiffstats
path: root/skins/standard/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/standard/global.css')
-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;
}
/*******************/