summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorKoosha KM <koosha.khajeh@gmail.com>2014-10-14 22:42:46 +0200
committerDavid Lawrence <dkl@mozilla.com>2014-10-14 22:42:46 +0200
commit42d5e45576b519f19879d2b0eba529932da81644 (patch)
treefc6a2aafc38c1d2aa6ebf0ab1453827893107886 /skins
parent847191ac9f29dee98088203d2ac135b9d820b507 (diff)
downloadbugzilla-42d5e45576b519f19879d2b0eba529932da81644.tar.gz
bugzilla-42d5e45576b519f19879d2b0eba529932da81644.tar.xz
Bug 1059723: Reply button should become AJAX-based
r=dkl,a=sgreen
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index 45aeb2634..28c406b1d 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -243,6 +243,15 @@
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. */