website diff pt/doc/scratchbook/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 64306af23f92
children
line diff
     1.1 --- a/pt/doc/scratchbook/book.css	Fri Jan 30 18:32:32 2009 +0000
     1.2 +++ b/pt/doc/scratchbook/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 {