From a466b566873936caae3656c7892f75acd23f65e9 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 21 Jul 2009 05:58:35 +0200 Subject: We don't put 'monospaced' in 's CSS because that somehow affects rendering in safari. I also removed it from
, because why in one
 but not the other?

---
 website/logi/reset.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/logi/reset.css b/website/logi/reset.css
index fdd74ae2..91c616e9 100644
--- a/website/logi/reset.css
+++ b/website/logi/reset.css
@@ -46,7 +46,7 @@ ul{
 }
 
 pre{
-	font-family:"Courier New", Courier, monospace;
+	font-family:"Courier New", Courier;
 	margin:0 0 1.5em;
 }
 
-- 
cgit