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>
|
<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>
|
||||||
©2011
|
©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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue