mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
Tweaks to site footer. Added link to ansibleworks.com. Changed a:hover color to match header.
This commit is contained in:
@@ -210,12 +210,15 @@ a:hover {
|
|||||||
|
|
||||||
a,
|
a,
|
||||||
a:active,
|
a:active,
|
||||||
a:hover,
|
|
||||||
a:visited {
|
a:visited {
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
color: @grey;
|
color: @grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: @blue;
|
||||||
|
}
|
||||||
|
|
||||||
.help {
|
.help {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
fon-size: 12px;
|
fon-size: 12px;
|
||||||
|
|||||||
@@ -343,7 +343,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="copyright">
|
<div class="copyright">
|
||||||
Copyright © 2013 AnsibleWorks, Inc. All rights reservied.<br />
|
Copyright © 2013 AnsibleWorks, Inc. All rights reservied.<br />
|
||||||
1482 East Valley Road, Suite 888 · Montecito, California 9308 · +1-800-825-0212
|
1482 East Valley Road, Suite 888 · Montecito, California 9308 · +1-800-825-0212<br />
|
||||||
|
<a href="http://www.ansibleworks.com" target="_blank">www.ansibleworks.com</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="logo pull-right">
|
<div class="logo pull-right">
|
||||||
<a href="http://www.ansibleworks.com" target="_blank"><img src="{{ STATIC_URL }}img/AWX_logo.png" /></a>
|
<a href="http://www.ansibleworks.com" target="_blank"><img src="{{ STATIC_URL }}img/AWX_logo.png" /></a>
|
||||||
|
|||||||
Reference in New Issue
Block a user