Team:Imperial College/Templates/Header

From 2013.igem.org

(Difference between revisions)
Line 358: Line 358:
         margin: 0;
         margin: 0;
         height: 50px;
         height: 50px;
 +
        line-height: 50px;
 +
        border-bottom: 1px solid black;
         -webkit-transition: all 400ms ease;
         -webkit-transition: all 400ms ease;
         -moz-transition: all 400ms ease;
         -moz-transition: all 400ms ease;
Line 363: Line 365:
         -o-transition: all 400ms ease;
         -o-transition: all 400ms ease;
         transition: all 400ms ease;
         transition: all 400ms ease;
 +
      }
 +
      ul.navigation-menu > li ul li:last-child {
 +
        border-bottom: none;
       }
       }
       ul.navigation-menu > li:hover {
       ul.navigation-menu > li:hover {
Line 379: Line 384:
         background-color: #a3c4e9;
         background-color: #a3c4e9;
       }
       }
 +
     /**************************************************************/
     /**************************************************************/
     </style>
     </style>
</html>
</html>

Revision as of 18:37, 18 August 2013