NIHVIVO-2311 Minor tweaks to the in progress vitro theme
This commit is contained in:
parent
5dd938a4a0
commit
5c36325445
3 changed files with 3 additions and 4 deletions
|
@ -23,4 +23,4 @@ VIVO wilma theme: screen styles
|
||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
|
|
||||||
@import url("reset.css");
|
@import url("reset.css");
|
||||||
@import url("wilma.css");
|
@import url("vitro.css");
|
|
@ -799,7 +799,7 @@ a.terms:hover {
|
||||||
color: #4e5051;
|
color: #4e5051;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a.powered-by-vivo {
|
a.powered-by-vitro {
|
||||||
color: #09C;
|
color: #09C;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
|
@ -13,7 +13,7 @@
|
||||||
</#if>
|
</#if>
|
||||||
| <a class="terms" href="${urls.termsOfUse}">Terms of Use</a></small> |
|
| <a class="terms" href="${urls.termsOfUse}">Terms of Use</a></small> |
|
||||||
</#if>
|
</#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>
|
<#if user.hasRevisionInfoAccess>
|
||||||
| Version <a href="${version.moreInfoUrl}">${version.label}</a>
|
| Version <a href="${version.moreInfoUrl}">${version.label}</a>
|
||||||
</#if>
|
</#if>
|
||||||
|
@ -25,7 +25,6 @@
|
||||||
<#if urls.contact??>
|
<#if urls.contact??>
|
||||||
<li role="listitem"><a href="${urls.contact}">Contact Us</a></li>
|
<li role="listitem"><a href="${urls.contact}">Contact Us</a></li>
|
||||||
</#if>
|
</#if>
|
||||||
<li role="listitem"><a href="http://www.vivoweb.org/support" target="blank">Support</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue