From 15fbf95c2a80df938aac8eea6508da686efdaa06 Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Wed, 4 Sep 2013 23:44:03 -0400 Subject: [PATCH] Tweaks to site footer. Added link to ansibleworks.com. Changed a:hover color to match header. --- awx/ui/static/less/ansible-ui.less | 5 ++++- awx/ui/templates/ui/index.html | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/awx/ui/static/less/ansible-ui.less b/awx/ui/static/less/ansible-ui.less index 8afc2f7f8b..9af3f7f57f 100644 --- a/awx/ui/static/less/ansible-ui.less +++ b/awx/ui/static/less/ansible-ui.less @@ -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; diff --git a/awx/ui/templates/ui/index.html b/awx/ui/templates/ui/index.html index 52f3d1973b..98d5bbe34e 100644 --- a/awx/ui/templates/ui/index.html +++ b/awx/ui/templates/ui/index.html @@ -343,7 +343,8 @@