Commit a1129dc0 authored by Dan Winship's avatar Dan Winship Committed by Frédéric Buclin

Bug 546507: Ensure monospace font is used for textareas

r/a=mkanat
parent 21c07d4c
......@@ -201,10 +201,6 @@ textarea.bz_private {
display: block;
}
textarea {
font-family: monospace;
}
div#update_container {
clear: both;
padding: 1.5em 0;
......
......@@ -232,6 +232,10 @@
.clickable_area {
cursor: pointer;
}
textarea {
font-family: monospace;
}
/* generic (end) */
/* Links that control whether or not something is visible. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment