# HG changeset patch # User Christophe Lincoln # Date 1264109540 -3600 # Node ID 2a2389b1cec0cd5f330dafd910b086a211eab3e2 # Parent fb3320a76ad18c69a1234ac3fe68b88cd60f3ec4 Netsurf needs file:// and small CSS fix diff -r fb3320a76ad1 -r 2a2389b1cec0 applications/system-doc.desktop --- a/applications/system-doc.desktop Tue Jan 05 20:39:53 2010 +0000 +++ b/applications/system-doc.desktop Thu Jan 21 22:32:20 2010 +0100 @@ -2,7 +2,7 @@ Name=System Doc Name[fr]=Doc du système Name[pt]=Documentação do Sistema -Exec=browser /usr/share/doc +Exec=browser file:///usr/share/doc/slitaz/index.html Icon=slitaz-doc.png Type=Application Categories=Documentation; diff -r fb3320a76ad1 -r 2a2389b1cec0 slitaz/book.css --- a/slitaz/book.css Tue Jan 05 20:39:53 2010 +0000 +++ b/slitaz/book.css Thu Jan 21 22:32:20 2010 +0100 @@ -10,6 +10,7 @@ body { font: 13px sans-serif, vernada, arial; background: #ffffff; + color: black; margin: 0; } @@ -49,8 +50,6 @@ /* content. */ #content { - background: white url(images/css/content-tl.png) no-repeat top left; - color: black; padding: 20px; margin: 0px 50px 0px 50px; width: auto;