]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 546507: Ensure monospace font is used for textareas
authorDan Winship <danw@gnome.org>
Sat, 15 Oct 2011 12:32:49 +0000 (14:32 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sat, 15 Oct 2011 12:32:49 +0000 (14:32 +0200)
r/a=mkanat

skins/standard/attachment.css
skins/standard/global.css

index 797501264a181fb784d36872831ce126f1bf2293..287160331800eed3f5c05b75511ed0e215b613d5 100644 (file)
@@ -201,10 +201,6 @@ textarea.bz_private {
     display: block;  
 }
 
-textarea {
-    font-family: monospace;
-}
-
 div#update_container {
     clear: both; 
     padding: 1.5em 0; 
index 0f6428d34e5858340c7b7d7b13e83b193535cedb..e8336d5c1d5bc258350a9eccb94d192d00c574a3 100644 (file)
     .clickable_area {
         cursor: pointer;
     }
+
+    textarea {
+        font-family: monospace;
+    }
 /* generic (end) */
 
 /* Links that control whether or not something is visible. */