cookutils diff doc/style.css @ rev 590

Teach Cook how to use Bazaar
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Mar 04 00:58:39 2013 +0000 (2013-03-04)
parents f02a85a1f33d
children
line diff
     1.1 --- a/doc/style.css	Thu May 05 21:14:03 2011 +0200
     1.2 +++ b/doc/style.css	Mon Mar 04 00:58:39 2013 +0000
     1.3 @@ -1,6 +1,9 @@
     1.4  /* CSS style for SliTaz Doc */
     1.5  
     1.6 -body { font: 88% sans-serif, vernada, arial; margin: 0; }
     1.7 +body {
     1.8 +	font: 88% "DejaVu Sans", Ubuntu, "Droid Sans", "Liberation Sans", FreeSans, sans-serif;
     1.9 +	margin: 0;
    1.10 +}
    1.11  h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; }
    1.12  h2 { color: #444; } h3 { color: #666; font-size: 140%; }
    1.13  a:hover { text-decoration: none; }