summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorDavid Lawrence <dlawrence@mozilla.com>2011-10-18 22:49:20 +0200
committerDavid Lawrence <dlawrence@mozilla.com>2011-10-18 22:49:20 +0200
commite3f3c2566be8ce17b7d854c120e036a91a36fe0f (patch)
tree5f330cf6b7df12976a7ea7b3b1ececcfea550b4d /skins
parent3e42acb389a5d7a7a04cb7768ca3a0ecc2c471ed (diff)
parent1b68b3315e62ca5c0f761f947db9ffadd91c435f (diff)
downloadbugzilla-e3f3c2566be8ce17b7d854c120e036a91a36fe0f.tar.gz
bugzilla-e3f3c2566be8ce17b7d854c120e036a91a36fe0f.tar.xz
merged with bugzilla/4.2
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/attachment.css4
-rw-r--r--skins/standard/global.css4
2 files changed, 4 insertions, 4 deletions
diff --git a/skins/standard/attachment.css b/skins/standard/attachment.css
index 797501264..287160331 100644
--- a/skins/standard/attachment.css
+++ b/skins/standard/attachment.css
@@ -201,10 +201,6 @@ textarea.bz_private {
display: block;
}
-textarea {
- font-family: monospace;
-}
-
div#update_container {
clear: both;
padding: 1.5em 0;
diff --git a/skins/standard/global.css b/skins/standard/global.css
index 0f6428d34..e8336d5c1 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -232,6 +232,10 @@
.clickable_area {
cursor: pointer;
}
+
+ textarea {
+ font-family: monospace;
+ }
/* generic (end) */
/* Links that control whether or not something is visible. */