hal: Branch 'master'

Danny Kukawka dkukawka at kemper.freedesktop.org
Thu Oct 16 05:54:01 PDT 2008


 doc/spec/docbook.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 48ddb88d215e2ea503c3884e6a289f10e84399d0
Author: Danny Kukawka <danny.kukawka at web.de>
Date:   Thu Oct 16 14:53:09 2008 +0200

    prefer sans-serif instead of luxi sans in css file
    
    Prefer sans-serif instead of luxi sans in css file, since
    luxi sans looks really strange.

diff --git a/doc/spec/docbook.css b/doc/spec/docbook.css
index 9a0e72a..f761da0 100644
--- a/doc/spec/docbook.css
+++ b/doc/spec/docbook.css
@@ -1,5 +1,5 @@
 body {
-	font-family: luxi sans,sans-serif;
+	font-family: sans-serif;luxi sans;
 }
 
 table {


More information about the hal-commit mailing list