From 88909f2355e6e53eec67a990c877cb64653cded4 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 29 Mar 2012 22:50:08 +0200 Subject: [PATCH] monospaced font, more height for content --- data/templates/edit-file.htm | 2 +- www/phorkie.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/data/templates/edit-file.htm b/data/templates/edit-file.htm index b22314d..8203920 100644 --- a/data/templates/edit-file.htm +++ b/data/templates/edit-file.htm @@ -15,6 +15,6 @@ - + diff --git a/www/phorkie.css b/www/phorkie.css index 67c9297..a09aef1 100644 --- a/www/phorkie.css +++ b/www/phorkie.css @@ -49,6 +49,7 @@ ul.pager { form textarea.content { width: 100%; box-sizing: border-box; + font-family: monospace; } form .allwidth { box-sizing: border-box; -- 2.30.2