summaryrefslogtreecommitdiffstats
path: root/skins/standard/global.css
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2011-10-15 14:31:31 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-10-15 14:31:31 +0200
commita1129dc00c817c4fe699f3b6afe3e61836780bb5 (patch)
tree674ce82861f49caa9eb1ec5f7f70e4b9a3f7f66d /skins/standard/global.css
parent21c07d4c63f493288bef6d7af42f01fc67c65108 (diff)
downloadbugzilla-a1129dc00c817c4fe699f3b6afe3e61836780bb5.tar.gz
bugzilla-a1129dc00c817c4fe699f3b6afe3e61836780bb5.tar.xz
Bug 546507: Ensure monospace font is used for textareas
r/a=mkanat
Diffstat (limited to 'skins/standard/global.css')
-rw-r--r--skins/standard/global.css4
1 files changed, 4 insertions, 0 deletions
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. */