Team:UCLondon/Templates/links-footer

From 2012e.igem.org

(Difference between revisions)
Line 16: Line 16:
<style type="text/css">
<style type="text/css">
 +
#footer-links * {
 +
padding:0;
 +
margin: 0;
 +
list-style-type:none;
 +
    }
 +
   
 +
    #footer-links a { 
 +
text-decoration: none;
 +
}
 +
 +
#footer-links ul li ul {
 +
border: solid 1px #b4b4b4;
 +
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
 +
background: white;
 +
}
 +
#footer-links ul li ul li a {  
#footer-links ul li ul li a {  
padding-top:3px;  
padding-top:3px;  
Line 22: Line 38:
#footer-links ul li {
#footer-links ul li {
float: left;  
float: left;  
-
 
-
//border-top: solid 1px #283923;
 
-
//border-bottom: solid 1px #283923;
 
-
//background: #979E71;
 
}
}
#footer-links ul li a {  
#footer-links ul li a {  
Line 106: Line 118:
padding-right: none;
padding-right: none;
}
}
 +
 +
#footer-links ul li ul li { border: none;  }
</style>
</style>
</html>
</html>

Revision as of 02:51, 14 September 2012