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 <heipei@hackvalue.de>
This commit is contained in:
Johannes Gilger
2009-09-02 13:32:19 +02:00
committed by Pieter de Bie
parent d3cb020598
commit 4e2b0535d4
+2 -2
View File
@@ -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;
}
}