Tweaks to site footer. Added link to ansibleworks.com. Changed a:hover color to match header.

This commit is contained in:
chouseknecht 2013-09-04 23:44:03 -04:00
parent 8a7193f1e2
commit 15fbf95c2a
2 changed files with 6 additions and 2 deletions

View File

@ -210,12 +210,15 @@ a:hover {
a,
a:active,
a:hover,
a:visited {
margin-right: 15px;
color: @grey;
}
a:hover {
color: @blue;
}
.help {
font-weight: normal;
fon-size: 12px;

View File

@ -343,7 +343,8 @@
</div>
<div class="copyright">
Copyright &copy; 2013 AnsibleWorks, Inc. All rights reservied.<br />
1482 East Valley Road, Suite 888 &middot; Montecito, California 9308 &middot; +1-800-825-0212
1482 East Valley Road, Suite 888 &middot; Montecito, California 9308 &middot; +1-800-825-0212<br />
<a href="http://www.ansibleworks.com" target="_blank">www.ansibleworks.com</a>
</div>
<div class="logo pull-right">
<a href="http://www.ansibleworks.com" target="_blank"><img src="{{ STATIC_URL }}img/AWX_logo.png" /></a>