diff options
author | Koosha KM <koosha.khajeh@gmail.com> | 2014-10-14 20:42:46 +0000 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-10-14 20:42:46 +0000 |
commit | 42d5e45576b519f19879d2b0eba529932da81644 (patch) | |
tree | fc6a2aafc38c1d2aa6ebf0ab1453827893107886 /skins | |
parent | Bug 1009406 - A user with local editcomponents privs cannot update the inclus... (diff) | |
download | bugzilla-42d5e45576b519f19879d2b0eba529932da81644.tar.gz bugzilla-42d5e45576b519f19879d2b0eba529932da81644.tar.bz2 bugzilla-42d5e45576b519f19879d2b0eba529932da81644.zip |
Bug 1059723: Reply button should become AJAX-based
r=dkl,a=sgreen
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 9 |
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. */ |