From 3ee35ff40b7d975921ff0a66dc6507916c093d28 Mon Sep 17 00:00:00 2001 From: Will Larson Date: Mon, 7 Jul 2008 15:02:21 +0900 Subject: [PATCH] Added fix width font for code blocks. --- media/lifeflow/lifeflow.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/lifeflow/lifeflow.css b/media/lifeflow/lifeflow.css index f406664..915632e 100644 --- a/media/lifeflow/lifeflow.css +++ b/media/lifeflow/lifeflow.css @@ -2,7 +2,7 @@ em { background: none; } -pre { +pre, code { font-family: "Courier New", Courier, monospace; }