Fixing footer layout issue
This commit is contained in:
parent
74c069b587
commit
d1ed775315
1 changed files with 4 additions and 3 deletions
|
@ -3,7 +3,8 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<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>
|
||||
<body>
|
||||
<div id="branding" role="banner">
|
||||
|
@ -930,7 +931,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
<!-- #wrapper-content -->
|
||||
<div role="contentinfo">
|
||||
<div id="footer" role="contentinfo">
|
||||
<p class="copyright">
|
||||
<small>
|
||||
©2011
|
||||
|
@ -939,7 +940,7 @@
|
|||
| Powered
|
||||
by <a class="powered-by-vivo" href="http://vivoweb.org" target="_blank"><strong>VIVO</strong></a>
|
||||
</p>
|
||||
<nav role="navigation">
|
||||
<div id="nav" role="navigation">
|
||||
<ul id="footer-nav" role="list">
|
||||
<li role="listitem">
|
||||
<a href="http://vivoweb.org/about">About</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue