bright.css
changeset 5 1b65383bc9a2
parent 2 dfd4cfda60f3
child 8 9db4eeefef26
     1.1 --- a/bright.css	Wed Sep 22 22:56:32 2010 +0200
     1.2 +++ b/bright.css	Thu Sep 23 21:50:54 2010 +0200
     1.3 @@ -1,6 +1,5 @@
     1.4  body, html 
     1.5  { 
     1.6 -	height: 100%;
     1.7  }
     1.8  
     1.9  body
    1.10 @@ -15,24 +14,22 @@
    1.11  
    1.12  * html #main
    1.13  { 
    1.14 -	height: 100%; 
    1.15  }
    1.16  
    1.17  #main
    1.18  { 
    1.19 -	min-height: 100%; 		
    1.20  }
    1.21  
    1.22  .inner 
    1.23  { 
    1.24  	width: 100%; 
    1.25 -	padding-bottom: 405px;
    1.26 +	padding-bottom: 200px;
    1.27  }
    1.28  
    1.29  #footer
    1.30  { 
    1.31 -	height: 405px; 
    1.32 -	margin-top: -520px; 
    1.33 +	height: 400px; 
    1.34 +	/*margin-top: -520px; */
    1.35  }
    1.36  
    1.37  p,ul,li	
    1.38 @@ -71,8 +68,8 @@
    1.39  
    1.40  #content	
    1.41  { 
    1.42 -	height:221px; 
    1.43 -	padding-top:39px; 
    1.44 +	height:220px; 
    1.45 +	padding-top:10px; 
    1.46  	width:820px; 
    1.47  	margin:0 auto;
    1.48  }
    1.49 @@ -80,7 +77,7 @@
    1.50  #footer_holder	
    1.51  { 
    1.52  	width:870px; 
    1.53 -	padding-top:112px; 
    1.54 +	padding-top:102px; 
    1.55  	margin:0 auto;
    1.56  }
    1.57  
    1.58 @@ -97,7 +94,7 @@
    1.59  	margin-bottom:27px;
    1.60  }
    1.61  
    1.62 -#img_footer	
    1.63 +#copy_footer	
    1.64  { 
    1.65  	padding-top:340px; 
    1.66  	height:15px; 
    1.67 @@ -114,12 +111,13 @@
    1.68  
    1.69  .name	
    1.70  { 
    1.71 -	position:absolute; 
    1.72 +	position:relative;
    1.73  	top:330px; 
    1.74  	width:100%; 
    1.75 -	text-align:center;	
    1.76  	font-size:34px;
    1.77  	font-weight: bold;
    1.78 +	float:center;
    1.79 +	text-align:center;
    1.80  }
    1.81  
    1.82  .objective