Quellcode durchsuchen

bootstrap theme should display the textarea as monospaced text, too

El RIDO vor 11 Jahren
Ursprung
Commit
259ca3c55f
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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;
 }