summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2010-01-29 23:11:52 +0100
committerJon Bergli Heier <snakebite@jvnv.net>2010-01-29 23:11:52 +0100
commit9c38ef1c66b49d02d2dbc5b4b6ff952537e76a9d (patch)
treeef9384429bb31d8f2478178d06acf368bf8572c1
parent30889c192540cba6e2aa2d071255158834324045 (diff)
Use monospace font in the text input.
-rw-r--r--static/paste.css1
1 files changed, 1 insertions, 0 deletions
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; }