# HG changeset patch # User Christophe Lincoln # Date 1302211841 -7200 # Node ID 39ac18be36f21a46b4ff16194b8625e23798f661 # Parent 59fab7bda1e8711d044b732365f0921db8d0cd53 slitaz.css: fix footer postition even if content dont full up the page diff -r 59fab7bda1e8 -r 39ac18be36f2 slitaz.css --- a/slitaz.css Thu Mar 31 22:31:51 2011 +0200 +++ b/slitaz.css Thu Apr 07 23:30:41 2011 +0200 @@ -11,7 +11,7 @@ color: black; font: 13px sans-serif, vernada, arial; margin: 0; - min-width: 900px; + min-width: 800px; } a { text-decoration: underline; color: #215090; } @@ -286,6 +286,12 @@ border-top: 1px solid #ddd; padding: 40px; color: #666; + clear: both; + position: absolute; + bottom: 0; + right: 0; + width: 100%; + margin-bottom: -2%; } #footer a { color: #666; padding: 0 2px; }