diff options
author | Jacob Hodgdon <jhodgdon@iol.unh.edu> | 2021-07-20 09:55:04 -0400 |
---|---|---|
committer | Raven Hodgdon <jhodgdon@iol.unh.edu> | 2021-09-15 18:26:33 -0400 |
commit | b3ed8ebcf536c021330e7ccbc0376f6b89189348 (patch) | |
tree | f0f762801b4bd34bda0062d658e6ba05b98661f9 /src/templates/lfedge/base.html | |
parent | 17b6c7809771ac8bf3879add033d2169f671591a (diff) |
Additional changes for rebrand
Signed-off-by: Jacob Hodgdon <jhodgdon@iol.unh.edu>
Change-Id: Ibd525f966b3ed3aebdbe688e5ee5daa4ea1cf294
Signed-off-by: Jacob Hodgdon <jhodgdon@iol.unh.edu>
Signed-off-by: Raven Hodgdon <jhodgdon@iol.unh.edu>
Diffstat (limited to 'src/templates/lfedge/base.html')
-rw-r--r-- | src/templates/lfedge/base.html | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/src/templates/lfedge/base.html b/src/templates/lfedge/base.html index 64c05a4..4413340 100644 --- a/src/templates/lfedge/base.html +++ b/src/templates/lfedge/base.html @@ -1,29 +1,15 @@ {% extends "base/base.html" %} {% load staticfiles %} {% block bgColor %} -<style> -.LFEdge { - background: #0049b0; - margin-left: -25px; -} +<link rel="stylesheet" href="{% static "css/lfedge.css" %}"> -.wtext { - font-size: 18px; - color: #FFFFFF; -} - -.wtext:hover { - color: #FFFFFF; - text-decoration: none; -} -</style> <nav class="navbar navbar-light LFEdge navbar-fixed-top border-bottom py-0 mb-0" role="navigation"> {% endblock bgColor %} {% block logo %} <div class="barClamp col-12 col-sm order-1 order-sm-2 text-center text-lg-left"> <a href="https://www.lfedge.org/" class="navbar-brand"> - <img src="{% static "img/lfedge-logo.png" %}"> + <img src="{% static "img/lfedge-logo.png" %}" alt="lfedge logo"> </a> <a class="wtext d-none d-lg-inline" href={% url 'dashboard:index' %}> |