I believe I fixed the IE 8 issue in the header. Changed the <heder> tag to a <div> since IE 7 and 8 don't do HTML5. This addresses NIHVIVO-1900

This commit is contained in:
ejc12 2011-02-03 21:28:27 +00:00
parent d881efe0bc
commit 6b490ce88c

View file

@ -6,9 +6,9 @@
<link rel="stylesheet" href="./css/doc.css" />
</head>
<body>
<header id="branding" role="banner">
<div id="branding" role="banner">
<h1 class="vivo-logo"><a href="/"><span class="displace">VIVO</span></a></h1>
</header>
</div>
<!-- Start of content -->
<div id="wrapper-content" role="main">
<h1>VIVO Release 1 v1.2 Upgrade Guide</h1>