website 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 63bc31b092a5
children 9c86e8b01fed
files de/doc/releases/book.css en/doc/cookbook/book.css en/doc/handbook/book.css en/doc/releases/book.css en/doc/scratchbook/book.css fr/doc/cookbook/book.css fr/doc/handbook/book.css fr/doc/releases/book.css fr/doc/scratchbook/book.css pt/doc/cookbook/book.css pt/doc/handbook/book.css pt/doc/releases/book.css pt/doc/scratchbook/book.css slitaz.css
line diff
     1.1 --- a/de/doc/releases/book.css	Thu Aug 13 22:10:14 2009 +0000
     1.2 +++ b/de/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 {
     2.1 --- a/en/doc/cookbook/book.css	Thu Aug 13 22:10:14 2009 +0000
     2.2 +++ b/en/doc/cookbook/book.css	Tue Aug 18 03:04:01 2009 +0200
     2.3 @@ -7,7 +7,7 @@
     2.4  	font: 13px sans-serif, vernada, arial;
     2.5  	background: #222222;
     2.6  	margin: 0;
     2.7 -	padding-bottom: 100%;
     2.8 +	padding-bottom: auto;
     2.9  }
    2.10  
    2.11  #header {
     3.1 --- a/en/doc/handbook/book.css	Thu Aug 13 22:10:14 2009 +0000
     3.2 +++ b/en/doc/handbook/book.css	Tue Aug 18 03:04:01 2009 +0200
     3.3 @@ -7,7 +7,7 @@
     3.4  	font: 13px sans-serif, vernada, arial;
     3.5  	background: #222222;
     3.6  	margin: 0;
     3.7 -	padding-bottom: 100%;
     3.8 +	padding-bottom: auto;
     3.9  }
    3.10  
    3.11  #header {
     4.1 --- a/en/doc/releases/book.css	Thu Aug 13 22:10:14 2009 +0000
     4.2 +++ b/en/doc/releases/book.css	Tue Aug 18 03:04:01 2009 +0200
     4.3 @@ -7,7 +7,7 @@
     4.4  	font: 13px sans-serif, vernada, arial;
     4.5  	background: #222222;
     4.6  	margin: 0;
     4.7 -	padding-bottom: 100%;
     4.8 +	padding-bottom: auto;
     4.9  }
    4.10  
    4.11  #header {
     5.1 --- a/en/doc/scratchbook/book.css	Thu Aug 13 22:10:14 2009 +0000
     5.2 +++ b/en/doc/scratchbook/book.css	Tue Aug 18 03:04:01 2009 +0200
     5.3 @@ -7,7 +7,7 @@
     5.4  	font: 13px sans-serif, vernada, arial;
     5.5  	background: #222222;
     5.6  	margin: 0;
     5.7 -	padding-bottom: 100%;
     5.8 +	padding-bottom: auto;
     5.9  }
    5.10  
    5.11  #header {
     6.1 --- a/fr/doc/cookbook/book.css	Thu Aug 13 22:10:14 2009 +0000
     6.2 +++ b/fr/doc/cookbook/book.css	Tue Aug 18 03:04:01 2009 +0200
     6.3 @@ -7,7 +7,7 @@
     6.4  	font: 13px sans-serif, vernada, arial;
     6.5  	background: #222222;
     6.6  	margin: 0;
     6.7 -	padding-bottom: 100%;
     6.8 +	padding-bottom: auto;
     6.9  }
    6.10  
    6.11  #header {
     7.1 --- a/fr/doc/handbook/book.css	Thu Aug 13 22:10:14 2009 +0000
     7.2 +++ b/fr/doc/handbook/book.css	Tue Aug 18 03:04:01 2009 +0200
     7.3 @@ -7,7 +7,7 @@
     7.4  	font: 13px sans-serif, vernada, arial;
     7.5  	background: #222222;
     7.6  	margin: 0;
     7.7 -	padding-bottom: 100%;
     7.8 +	padding-bottom: auto;
     7.9  }
    7.10  
    7.11  #header {
     8.1 --- a/fr/doc/releases/book.css	Thu Aug 13 22:10:14 2009 +0000
     8.2 +++ b/fr/doc/releases/book.css	Tue Aug 18 03:04:01 2009 +0200
     8.3 @@ -7,7 +7,7 @@
     8.4  	font: 13px sans-serif, vernada, arial;
     8.5  	background: #222222;
     8.6  	margin: 0;
     8.7 -	padding-bottom: 100%;
     8.8 +	padding-bottom: auto;
     8.9  }
    8.10  
    8.11  #header {
     9.1 --- a/fr/doc/scratchbook/book.css	Thu Aug 13 22:10:14 2009 +0000
     9.2 +++ b/fr/doc/scratchbook/book.css	Tue Aug 18 03:04:01 2009 +0200
     9.3 @@ -7,7 +7,7 @@
     9.4  	font: 13px sans-serif, vernada, arial;
     9.5  	background: #222222;
     9.6  	margin: 0;
     9.7 -	padding-bottom: 100%;
     9.8 +	padding-bottom: auto;
     9.9  }
    9.10  
    9.11  #header {
    10.1 --- a/pt/doc/cookbook/book.css	Thu Aug 13 22:10:14 2009 +0000
    10.2 +++ b/pt/doc/cookbook/book.css	Tue Aug 18 03:04:01 2009 +0200
    10.3 @@ -7,7 +7,7 @@
    10.4  	font: 13px sans-serif, vernada, arial;
    10.5  	background: #222222;
    10.6  	margin: 0;
    10.7 -	padding-bottom: 100%;
    10.8 +	padding-bottom: auto;
    10.9  }
   10.10  
   10.11  #header {
    11.1 --- a/pt/doc/handbook/book.css	Thu Aug 13 22:10:14 2009 +0000
    11.2 +++ b/pt/doc/handbook/book.css	Tue Aug 18 03:04:01 2009 +0200
    11.3 @@ -7,7 +7,7 @@
    11.4  	font: 13px sans-serif, vernada, arial;
    11.5  	background: #222222;
    11.6  	margin: 0;
    11.7 -	padding-bottom: 100%;
    11.8 +	padding-bottom: auto;
    11.9  }
   11.10  
   11.11  #header {
    12.1 --- a/pt/doc/releases/book.css	Thu Aug 13 22:10:14 2009 +0000
    12.2 +++ b/pt/doc/releases/book.css	Tue Aug 18 03:04:01 2009 +0200
    12.3 @@ -7,7 +7,7 @@
    12.4  	font: 13px sans-serif, vernada, arial;
    12.5  	background: #222222;
    12.6  	margin: 0;
    12.7 -	padding-bottom: 100%;
    12.8 +	padding-bottom: auto;
    12.9  }
   12.10  
   12.11  #header {
    13.1 --- a/pt/doc/scratchbook/book.css	Thu Aug 13 22:10:14 2009 +0000
    13.2 +++ b/pt/doc/scratchbook/book.css	Tue Aug 18 03:04:01 2009 +0200
    13.3 @@ -7,7 +7,7 @@
    13.4  	font: 13px sans-serif, vernada, arial;
    13.5  	background: #222222;
    13.6  	margin: 0;
    13.7 -	padding-bottom: 100%;
    13.8 +	padding-bottom: auto;
    13.9  }
   13.10  
   13.11  #header {
    14.1 --- a/slitaz.css	Thu Aug 13 22:10:14 2009 +0000
    14.2 +++ b/slitaz.css	Tue Aug 18 03:04:01 2009 +0200
    14.3 @@ -8,7 +8,7 @@
    14.4  	color: black;
    14.5  	font: 13px sans-serif, vernada, arial;
    14.6  	margin: 0;
    14.7 -	padding-bottom: 100%;
    14.8 +	padding-bottom: auto;
    14.9  }
   14.10  
   14.11  /* Accessibility */