Team:Paris-Saclay/footer.css

From 2012.igem.org

(Difference between revisions)
(Created page with "#paris-saclay-footer{ clear : both; width : 1000px; height: 100px; background-color : rgb(35,35,35); } - desactivate some elements on the footer: #catlinks{ display : ...")
 
(14 intermediate revisions not shown)
Line 1: Line 1:
-
#paris-saclay-footer{
+
#main-footer{
-
clear : both;
+
clear : both;
-
width : 1000px;
+
width:1000px;
-
height: 100px;
+
overflow:hidden;
-
+
height: 100px;
-
background-color : rgb(35,35,35);
+
margin-left : 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; }