Team:Lethbridge Canada/testingPage

From 2014hs.igem.org

(Difference between revisions)
(Created page with "<html lang=en"> <head> <style type="text/css"> #menubar > ul > li:last-child { display: none;} </style> </head> <html>")
Line 2: Line 2:
<head>
<head>
<style type="text/css">
<style type="text/css">
 +
/************************Code to remove top banner from 2013 iGEM Team************************************/
 +
#content h1.firstHeading{
 +
visibility:hidden;
 +
}
 +
#p-logo{
 +
display:none;
 +
}
 +
#searchform {
 +
display: none;
 +
}
-
#menubar > ul > li:last-child {
+
/************************Banner Removal Code End************************************/
-
    display: none;}
+
</style>
</style>
</head>
</head>
<html>
<html>

Revision as of 19:15, 3 May 2014