# HG changeset patch # User Julien Rabier # Date 1250557441 -7200 # Node ID 4eea4b8d35113d55d44feb1b2433688b09e02e4f # Parent 63bc31b092a55672300ca2ce148b63626d99cd8a fix #163: padding-bottom should be set to "auto" not "100%" diff -r 63bc31b092a5 -r 4eea4b8d3511 de/doc/releases/book.css --- a/de/doc/releases/book.css Thu Aug 13 22:10:14 2009 +0000 +++ b/de/doc/releases/book.css Tue Aug 18 03:04:01 2009 +0200 @@ -7,7 +7,7 @@ font: 13px sans-serif, vernada, arial; background: #222222; margin: 0; - padding-bottom: 100%; + padding-bottom: auto; } #header { diff -r 63bc31b092a5 -r 4eea4b8d3511 en/doc/cookbook/book.css --- a/en/doc/cookbook/book.css Thu Aug 13 22:10:14 2009 +0000 +++ b/en/doc/cookbook/book.css Tue Aug 18 03:04:01 2009 +0200 @@ -7,7 +7,7 @@ font: 13px sans-serif, vernada, arial; background: #222222; margin: 0; - padding-bottom: 100%; + padding-bottom: auto; } #header { diff -r 63bc31b092a5 -r 4eea4b8d3511 en/doc/handbook/book.css --- a/en/doc/handbook/book.css Thu Aug 13 22:10:14 2009 +0000 +++ b/en/doc/handbook/book.css Tue Aug 18 03:04:01 2009 +0200 @@ -7,7 +7,7 @@ font: 13px sans-serif, vernada, arial; background: #222222; margin: 0; - padding-bottom: 100%; + padding-bottom: auto; } #header { diff -r 63bc31b092a5 -r 4eea4b8d3511 en/doc/releases/book.css --- a/en/doc/releases/book.css Thu Aug 13 22:10:14 2009 +0000 +++ b/en/doc/releases/book.css Tue Aug 18 03:04:01 2009 +0200 @@ -7,7 +7,7 @@ font: 13px sans-serif, vernada, arial; background: #222222; margin: 0; - padding-bottom: 100%; + padding-bottom: auto; } #header { diff -r 63bc31b092a5 -r 4eea4b8d3511 en/doc/scratchbook/book.css --- a/en/doc/scratchbook/book.css Thu Aug 13 22:10:14 2009 +0000 +++ b/en/doc/scratchbook/book.css Tue Aug 18 03:04:01 2009 +0200 @@ -7,7 +7,7 @@ font: 13px sans-serif, vernada, arial; background: #222222; margin: 0; - padding-bottom: 100%; + padding-bottom: auto; } #header { diff -r 63bc31b092a5 -r 4eea4b8d3511 fr/doc/cookbook/book.css --- a/fr/doc/cookbook/book.css Thu Aug 13 22:10:14 2009 +0000 +++ b/fr/doc/cookbook/book.css Tue Aug 18 03:04:01 2009 +0200 @@ -7,7 +7,7 @@ font: 13px sans-serif, vernada, arial; background: #222222; margin: 0; - padding-bottom: 100%; + padding-bottom: auto; } #header { diff -r 63bc31b092a5 -r 4eea4b8d3511 fr/doc/handbook/book.css --- a/fr/doc/handbook/book.css Thu Aug 13 22:10:14 2009 +0000 +++ b/fr/doc/handbook/book.css Tue Aug 18 03:04:01 2009 +0200 @@ -7,7 +7,7 @@ font: 13px sans-serif, vernada, arial; background: #222222; margin: 0; - padding-bottom: 100%; + padding-bottom: auto; } #header { diff -r 63bc31b092a5 -r 4eea4b8d3511 fr/doc/releases/book.css --- a/fr/doc/releases/book.css Thu Aug 13 22:10:14 2009 +0000 +++ b/fr/doc/releases/book.css Tue Aug 18 03:04:01 2009 +0200 @@ -7,7 +7,7 @@ font: 13px sans-serif, vernada, arial; background: #222222; margin: 0; - padding-bottom: 100%; + padding-bottom: auto; } #header { diff -r 63bc31b092a5 -r 4eea4b8d3511 fr/doc/scratchbook/book.css --- a/fr/doc/scratchbook/book.css Thu Aug 13 22:10:14 2009 +0000 +++ b/fr/doc/scratchbook/book.css Tue Aug 18 03:04:01 2009 +0200 @@ -7,7 +7,7 @@ font: 13px sans-serif, vernada, arial; background: #222222; margin: 0; - padding-bottom: 100%; + padding-bottom: auto; } #header { diff -r 63bc31b092a5 -r 4eea4b8d3511 pt/doc/cookbook/book.css --- a/pt/doc/cookbook/book.css Thu Aug 13 22:10:14 2009 +0000 +++ b/pt/doc/cookbook/book.css Tue Aug 18 03:04:01 2009 +0200 @@ -7,7 +7,7 @@ font: 13px sans-serif, vernada, arial; background: #222222; margin: 0; - padding-bottom: 100%; + padding-bottom: auto; } #header { diff -r 63bc31b092a5 -r 4eea4b8d3511 pt/doc/handbook/book.css --- a/pt/doc/handbook/book.css Thu Aug 13 22:10:14 2009 +0000 +++ b/pt/doc/handbook/book.css Tue Aug 18 03:04:01 2009 +0200 @@ -7,7 +7,7 @@ font: 13px sans-serif, vernada, arial; background: #222222; margin: 0; - padding-bottom: 100%; + padding-bottom: auto; } #header { diff -r 63bc31b092a5 -r 4eea4b8d3511 pt/doc/releases/book.css --- a/pt/doc/releases/book.css Thu Aug 13 22:10:14 2009 +0000 +++ b/pt/doc/releases/book.css Tue Aug 18 03:04:01 2009 +0200 @@ -7,7 +7,7 @@ font: 13px sans-serif, vernada, arial; background: #222222; margin: 0; - padding-bottom: 100%; + padding-bottom: auto; } #header { diff -r 63bc31b092a5 -r 4eea4b8d3511 pt/doc/scratchbook/book.css --- a/pt/doc/scratchbook/book.css Thu Aug 13 22:10:14 2009 +0000 +++ b/pt/doc/scratchbook/book.css Tue Aug 18 03:04:01 2009 +0200 @@ -7,7 +7,7 @@ font: 13px sans-serif, vernada, arial; background: #222222; margin: 0; - padding-bottom: 100%; + padding-bottom: auto; } #header { diff -r 63bc31b092a5 -r 4eea4b8d3511 slitaz.css --- a/slitaz.css Thu Aug 13 22:10:14 2009 +0000 +++ b/slitaz.css Tue Aug 18 03:04:01 2009 +0200 @@ -8,7 +8,7 @@ color: black; font: 13px sans-serif, vernada, arial; margin: 0; - padding-bottom: 100%; + padding-bottom: auto; } /* Accessibility */