Merge pull request #414 from tiwariav/task/3604/footer_mouseover

task #3604 footer links
This commit is contained in:
Pcoder 2017-07-28 22:04:05 +02:00 committed by GitHub
commit 3b82f9540a
3 changed files with 10 additions and 3 deletions

View file

@ -4,7 +4,7 @@
<div class="container">
<div class="row">
<div class="col-lg-12">
<ul class="list-inline">
{% if request.resolver_match.url_name == "index" %}
<li>
@ -45,7 +45,7 @@
</li>
{% endif %}
</ul>
<p class="copyright text-muted small">Copyright &copy; ungleich GmbH {% now "Y" %}. All Rights Reserved</p>
</div>
</div>

View file

@ -714,3 +714,8 @@ a.unlink:hover {
width: 100% !important;
}
}
.footer-light a:hover, .footer-light a:focus, .footer-light a:active {
color: #ddd;
}

View file

@ -118,7 +118,9 @@
</div>
</footer>
{% else %}
{% include "datacenterlight/includes/_footer.html" %}
<div class="footer-light">
{% include "datacenterlight/includes/_footer.html" %}
</div>
{% endif %}
<!-- jQuery -->
<script src="{% static 'hosting/js/jquery.js' %}"></script>