From: Christian Weiske Date: Thu, 29 Mar 2012 20:50:08 +0000 (+0200) Subject: monospaced font, more height for content X-Git-Tag: v0.1.0~79 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/88909f2355e6e53eec67a990c877cb64653cded4?ds=sidebyside monospaced font, more height for content --- 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;