summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2011-10-15 14:32:49 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-10-15 14:32:49 +0200
commitce34db7f4981417264c9d783ab86b13fc02791e9 (patch)
treea79ed22b28bafb01baa92b85a584b29b7023a86f
parent8a82dbf41b8af937a012f7f7e7f27a33a4d5a222 (diff)
downloadbugzilla-ce34db7f4981417264c9d783ab86b13fc02791e9.tar.gz
bugzilla-ce34db7f4981417264c9d783ab86b13fc02791e9.tar.xz
Bug 546507: Ensure monospace font is used for textareas
r/a=mkanat
-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. */