Преглед изворни кода

bootstrap theme should display the textarea as monospaced text, too

El RIDO пре 11 година
родитељ
комит
259ca3c55f
1 измењених фајлова са 4 додато и 0 уклоњено
  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;
 }