damaged.bleu255.com

damaged earth catalog ikiwiki source files
git clone https://git.bleu255.com/repos/damaged.bleu255.com.git
Log | Files | Refs

commit 1c2079db53605b2be85ea4dbf41eba8398fd8c2d
parent 4531aeb29d9668453f3622ad21988d9c519020ca
Author: marloes <marloes@kuri.mu>
Date:   Mon Jun 20 18:21:29 +0200

fixed font to pre tag
Diffstat:
local.css | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/local.css b/local.css
@@ -3,4 +3,6 @@ body {
   max-width: 650px;
   padding: 0 10px;
 }
-
+pre {
+   font-family: Courier;
+}