NIHVIVO-2311 Minor tweaks to the in progress vitro theme

This commit is contained in:
cappadona 2011-05-27 17:36:47 +00:00
parent 5dd938a4a0
commit 5c36325445
3 changed files with 3 additions and 4 deletions

View file

@ -23,4 +23,4 @@ VIVO wilma theme: screen styles
@charset "UTF-8";
@import url("reset.css");
@import url("wilma.css");
@import url("vitro.css");

View file

@ -799,7 +799,7 @@ a.terms:hover {
color: #4e5051;
text-decoration: none;
}
a.powered-by-vivo {
a.powered-by-vitro {
color: #09C;
text-decoration: none;
}

View file

@ -13,7 +13,7 @@
</#if>
| <a class="terms" href="${urls.termsOfUse}">Terms of Use</a></small> |
</#if>
Powered by <a class="powered-by-vivo" href="http://vivoweb.org" target="_blank"><strong>VIVO</strong></a>
Powered by <a class="powered-by-vitro" href="http://vitro.sourceforge.net"><strong>Vitro</strong></a>
<#if user.hasRevisionInfoAccess>
| Version <a href="${version.moreInfoUrl}">${version.label}</a>
</#if>
@ -25,7 +25,6 @@
<#if urls.contact??>
<li role="listitem"><a href="${urls.contact}">Contact Us</a></li>
</#if>
<li role="listitem"><a href="http://www.vivoweb.org/support" target="blank">Support</a></li>
</ul>
</nav>
</footer>