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:
parent
d881efe0bc
commit
6b490ce88c
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue