mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
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:
committed by
Pieter de Bie
parent
d3cb020598
commit
4e2b0535d4
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user