website diff fr/doc/releases/book.css @ rev 533

fix #163: padding-bottom should be set to "auto" not "100%"
author Julien Rabier <taziden@slitaz.org>
date Tue Aug 18 03:04:01 2009 +0200 (2009-08-18)
parents 3399b3a664bb
children
line diff
     1.1 --- a/fr/doc/releases/book.css	Thu Apr 16 19:20:44 2009 +0200
     1.2 +++ b/fr/doc/releases/book.css	Tue Aug 18 03:04:01 2009 +0200
     1.3 @@ -7,7 +7,7 @@
     1.4  	font: 13px sans-serif, vernada, arial;
     1.5  	background: #222222;
     1.6  	margin: 0;
     1.7 -	padding-bottom: 100%;
     1.8 +	padding-bottom: auto;
     1.9  }
    1.10  
    1.11  #header {