Team:TU Delft/header

From 2010.igem.org

(Difference between revisions)
Line 165: Line 165:
#footer_wrap {
#footer_wrap {
width:100%;
width:100%;
-
height:100px;
+
height:40px;
-
background-color: #ccc;
+
background-color: transparent;
display:block;
display:block;
float: left;
float: left;
}
}
 +
 +
/* Footer START */
 +
 +
#footer_wrap #copyright {
 +
display: block;
 +
float: left;
 +
width: 200px;
 +
text-align: center;
 +
font-size: 10px;
 +
color: #ccc;
 +
}
 +
 +
#footer_wrap #footer_links {
 +
display: block;
 +
float: right;
 +
width: 600px;
 +
text-align: center;
 +
font-size: 10px;
 +
}
 +
 +
#footer_links ul li {
 +
display: block;
 +
list-style-type: none;
 +
float:left;
 +
padding: 0;
 +
margin: 0;
 +
}
 +
 +
#footer_links ul li a {
 +
color: #ccc;
 +
text-decoration: none;
 +
}
 +
 +
/* Footer END */
/* Menu START */
/* Menu START */

Revision as of 15:44, 3 June 2010