diff options
author | David Lawrence <dlawrence@mozilla.com> | 2011-10-18 22:49:20 +0200 |
---|---|---|
committer | David Lawrence <dlawrence@mozilla.com> | 2011-10-18 22:49:20 +0200 |
commit | e3f3c2566be8ce17b7d854c120e036a91a36fe0f (patch) | |
tree | 5f330cf6b7df12976a7ea7b3b1ececcfea550b4d /skins/standard | |
parent | 3e42acb389a5d7a7a04cb7768ca3a0ecc2c471ed (diff) | |
parent | 1b68b3315e62ca5c0f761f947db9ffadd91c435f (diff) | |
download | bugzilla-e3f3c2566be8ce17b7d854c120e036a91a36fe0f.tar.gz bugzilla-e3f3c2566be8ce17b7d854c120e036a91a36fe0f.tar.xz |
merged with bugzilla/4.2
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/attachment.css | 4 | ||||
-rw-r--r-- | skins/standard/global.css | 4 |
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. */ |