website diff pt/doc/cookbook/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 1e755b8125f0
children
line diff
     1.1 --- a/pt/doc/cookbook/book.css	Fri Sep 19 20:54:02 2008 -0700
     1.2 +++ b/pt/doc/cookbook/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 {