Team:Imperial College/Template:Welcome

From 2013.igem.org

(Difference between revisions)
 
(2 intermediate revisions not shown)
Line 6: Line 6:
     height: 80px;
     height: 80px;
     background : #464646;
     background : #464646;
-
     background : -webkit-gradient(linear, left top, left bottom, from(rgb(168,168,168)), to(rgb(69,69,69)));
+
     background : -webkit-gradient(linear, from(rgb(168,168,168)), to(rgb(69,69,69)));
     background : -moz-linear-gradient(top, rgb(168,168,168), rgb(69,69,69));
     background : -moz-linear-gradient(top, rgb(168,168,168), rgb(69,69,69));
     border-top: 2px solid #939393;
     border-top: 2px solid #939393;
Line 18: Line 18:
}
}
   
   
-
 
+
ul.menu {
 +
    height: 80px;
 +
    border-left: 1px solid rgba(0,0,0,0.3);
 +
    border-right: 1px solid rgba(255,255,255,0.3);
 +
    float:left;
 +
}
 +
ul.menu li {
ul.menu li {
     list-style: none;
     list-style: none;

Latest revision as of 13:45, 19 August 2013