Fixing footer layout issue

This commit is contained in:
ejc12 2011-02-10 02:23:06 +00:00
parent 74c069b587
commit d1ed775315

View file

@ -3,7 +3,8 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>VIVO</title> <title>VIVO</title>
<link rel="stylesheet" href="./css/doc.css" /> <link rel="stylesheet" href="./css/doc.css" media="screen" />
<link rel="stylesheet" href="./css/print.css" media="print" />
</head> </head>
<body> <body>
<div id="branding" role="banner"> <div id="branding" role="banner">
@ -930,7 +931,7 @@
</ul> </ul>
</div> </div>
<!-- #wrapper-content --> <!-- #wrapper-content -->
<div role="contentinfo"> <div id="footer" role="contentinfo">
<p class="copyright"> <p class="copyright">
<small> <small>
&copy;2011 &copy;2011
@ -939,7 +940,7 @@
| Powered | Powered
by <a class="powered-by-vivo" href="http://vivoweb.org" target="_blank"><strong>VIVO</strong></a> by <a class="powered-by-vivo" href="http://vivoweb.org" target="_blank"><strong>VIVO</strong></a>
</p> </p>
<nav role="navigation"> <div id="nav" role="navigation">
<ul id="footer-nav" role="list"> <ul id="footer-nav" role="list">
<li role="listitem"> <li role="listitem">
<a href="http://vivoweb.org/about">About</a> <a href="http://vivoweb.org/about">About</a>