Browse Source

bootstrap theme should display the textarea as monospaced text, too

El RIDO 11 years ago
parent
commit
259ca3c55f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      css/bootstrap/zerobin.css

+ 4 - 0
css/bootstrap/zerobin.css

@@ -13,6 +13,10 @@ body {
 	display: inline;
 }
 
+#message {
+	font-family: monospace;
+}
+
 #nickname {
 	margin: 5px 0;
 }