From 4e2b0535d4b7ac0184de82e1e489503b34b45d67 Mon Sep 17 00:00:00 2001 From: Johannes Gilger Date: Wed, 2 Sep 2009 13:32:19 +0200 Subject: [PATCH] This fixes a CSS-bug which makes the gitx-website display the same font with Firefox and Safari instead of using a serif with FF. Signed-off-by: Johannes Gilger --- Site/assets/css/master.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Site/assets/css/master.css b/Site/assets/css/master.css index 017df12..760a7cf 100644 --- a/Site/assets/css/master.css +++ b/Site/assets/css/master.css @@ -3,7 +3,7 @@ body { background-color: #abc; - font-family: 'Lucida Grande' Arial; + font-family: 'Lucida Grande', Arial; background: url('../images/bg.png') repeat; } @@ -255,4 +255,4 @@ p.noclear code a { font-weight: normal; -} \ No newline at end of file +}