website rev 814

slitaz.css: fix footer postition even if content dont full up the page
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 07 23:30:41 2011 +0200 (2011-04-07)
parents 59fab7bda1e8
children 3e5956741714
files slitaz.css
line diff
     1.1 --- a/slitaz.css	Thu Mar 31 22:31:51 2011 +0200
     1.2 +++ b/slitaz.css	Thu Apr 07 23:30:41 2011 +0200
     1.3 @@ -11,7 +11,7 @@
     1.4  	color: black;
     1.5  	font: 13px sans-serif, vernada, arial;
     1.6  	margin: 0;
     1.7 -	min-width: 900px;
     1.8 +	min-width: 800px;
     1.9  }
    1.10  
    1.11  a { text-decoration: underline; color: #215090; }
    1.12 @@ -286,6 +286,12 @@
    1.13  	border-top: 1px solid #ddd;
    1.14  	padding: 40px;
    1.15  	color: #666;
    1.16 +	clear: both;
    1.17 +	position: absolute;
    1.18 +	bottom: 0;
    1.19 +	right: 0;
    1.20 +	width: 100%;
    1.21 +	margin-bottom: -2%;
    1.22  }
    1.23  
    1.24  #footer a { color: #666; padding: 0 2px; }