Template:MIT-header

From 2011.igem.org

(Difference between revisions)
Line 54: Line 54:
</head>
</head>
<body>
<body>
 +
a {
 +
float:left;
 +
width:6em;
 +
text-decoration:none;
 +
color:white;
 +
background-color:gray;
 +
padding:0.2em 0.6em;
 +
border-right:1px solid white;
 +
}
<ul>
<ul>

Revision as of 00:55, 25 October 2011

a { float:left; width:6em; text-decoration:none; color:white; background-color:gray; padding:0.2em 0.6em; border-right:1px solid white; }