From 259ca3c55f7d524f367e5691a41879033945f3bb Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sun, 23 Aug 2015 18:07:38 +0200 Subject: [PATCH] bootstrap theme should display the textarea as monospaced text, too --- css/bootstrap/zerobin.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/bootstrap/zerobin.css b/css/bootstrap/zerobin.css index 64c617be..df727ab9 100644 --- a/css/bootstrap/zerobin.css +++ b/css/bootstrap/zerobin.css @@ -13,6 +13,10 @@ body { display: inline; } +#message { + font-family: monospace; +} + #nickname { margin: 5px 0; }