From 9c38ef1c66b49d02d2dbc5b4b6ff952537e76a9d Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Fri, 29 Jan 2010 23:11:52 +0100 Subject: Use monospace font in the text input. --- static/paste.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/paste.css b/static/paste.css index e2139be..88ff5f8 100644 --- a/static/paste.css +++ b/static/paste.css @@ -6,6 +6,7 @@ div#page-header h1 a:hover { text-decoration: none; } a { color: #00f; text-decoration: none; } a:hover { text-decoration: underline; } form#pasteform ul { list-style-type: none; } +textarea { font-family: monospace; } div#info { font-size: small; color: #bbb; } span#nick, span#date, span#syntax-type { color: #888; } div#alt-links { font-size: small; } -- cgit v1.2.3