website rev 512

en: Update CSS and template in Cookbook
author Christophe Lincoln <pankso@slitaz.org>
date Sat Jun 20 00:21:05 2009 +0200 (2009-06-20)
parents 130f26e8130d
children dca66121459f
files en/doc/cookbook/book.css en/doc/cookbook/template.html
line diff
     1.1 --- a/en/doc/cookbook/book.css	Sat Jun 20 00:16:20 2009 +0200
     1.2 +++ b/en/doc/cookbook/book.css	Sat Jun 20 00:21:05 2009 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -/* 
     1.5 +/*
     1.6  	CSS style for SliTaz GNU/Linux *book.
     1.7  	Pankso 2007 - www.slitaz.org
     1.8  */
     1.9 @@ -28,12 +28,12 @@
    1.10  
    1.11  #quicknav a {
    1.12  	background: inherit;
    1.13 -	color: #222222;
    1.14 +	color: white;
    1.15  }
    1.16  
    1.17  #quicknav a:hover {
    1.18  	background: inherit;
    1.19 -	color: #EDEDED;
    1.20 +	color: #222222;
    1.21  }
    1.22  
    1.23  /*  content. */
     2.1 --- a/en/doc/cookbook/template.html	Sat Jun 20 00:16:20 2009 +0200
     2.2 +++ b/en/doc/cookbook/template.html	Sat Jun 20 00:21:05 2009 +0200
     2.3 @@ -6,7 +6,7 @@
     2.4  	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     2.5  	<meta name="description" content="slitaz English cookbook" />
     2.6  	<meta name="expires" content="never" />
     2.7 -	<meta name="modified" content="2009-03-27 21:30:00" />
     2.8 +	<meta name="modified" content="2009-06-20 00:15:00" />
     2.9  	<meta name="publisher" content="www.slitaz.org" />
    2.10  	<meta name="author" content="SliTaz contributors"/>
    2.11  	<link rel="shortcut icon" href="favicon.ico" />
    2.12 @@ -31,17 +31,28 @@
    2.13  <h2><font color="#DF8F06">Template</font></h2>
    2.14  
    2.15  <p>
    2.16 +DESC
    2.17 +</p>
    2.18 +
    2.19 +<ul>
    2.20 +	<li><a href="#anchor">List</a></li>
    2.21 +	<li><a href="#anchor">List</a></li>
    2.22 +	<li><a href="#anchor">List</a></li>
    2.23 +</ul>
    2.24 +
    2.25 +<a name="anchor"></a>
    2.26 +<h3>Title</h3>
    2.27 +<p>
    2.28  CONTENT
    2.29  </p>
    2.30  
    2.31 -
    2.32  <!-- End of content -->
    2.33  </div>
    2.34  
    2.35  <!-- Footer. -->
    2.36  <div id="footer">
    2.37  	<div class="footer-right"></div>
    2.38 -	<a href="#top">Top of the page</a> | 
    2.39 +	<a href="#top">Top of the page</a> |
    2.40  	<a href="index.html">Table of contents</a>
    2.41  </div>
    2.42