Team:Paris-Saclay/footer.css

From 2012.igem.org

(Difference between revisions)
 
(5 intermediate revisions not shown)
Line 1: Line 1:
-
#paris-saclay-footer{
+
#main-footer{
clear : both;
clear : both;
-
margin-top : -6px;
 
-
background-color : rgb(35,35,35);
 
width:1000px;
width:1000px;
-
height: 250px;
+
overflow:hidden;
 +
height: 100px;
margin-left : auto;
margin-left : auto;
margin-right : auto;
margin-right : auto;
 +
padding : 20px;
}
}

Latest revision as of 16:50, 21 September 2012

  1. main-footer{

clear : both; width:1000px; overflow:hidden; height: 100px; margin-left : auto; margin-right : auto; padding : 20px; }

/* desactivate some elements on the footer*/

  1. catlinks{

display : none; }