diff options
author | Brandon Lo <lobrandon1217@gmail.com> | 2019-06-27 15:43:55 -0400 |
---|---|---|
committer | Brandon Lo <lobrandon1217@gmail.com> | 2019-06-28 15:28:24 +0000 |
commit | 7fec796ae500313ddbbbedf32d4f7581985d41d4 (patch) | |
tree | c7c40f8bfc0d0ff682249187b4d68bfdfa8c6493 /src/templates/layout.html | |
parent | e5e07b97e3d797a3a1f90fa33b7ccc41b6bacde3 (diff) |
Replace and change CSS
Fix animation bugs
Fix layout issues
Replace custom CSS to bootstrap classes
Remove unused files
Change code to use es6 syntax
Add dropdown styles
Change-Id: Ie2ed31fa2e6763cf30d3b19e4bf9379019cbb0f5
Signed-off-by: Brandon Lo <lobrandon1217@gmail.com>
Diffstat (limited to 'src/templates/layout.html')
-rw-r--r-- | src/templates/layout.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/templates/layout.html b/src/templates/layout.html index d37d4f5..205671b 100644 --- a/src/templates/layout.html +++ b/src/templates/layout.html @@ -16,13 +16,12 @@ <link href="{% static "bower_components/bootstrap/dist/css/bootstrap.min.css" %}" rel="stylesheet"> - <!-- MetisMenu CSS --> - <link href="{% static "bower_components/metisMenu/dist/metisMenu.min.css" %}" rel="stylesheet"> - <!-- Custom Fonts --> <link href="{% static "bower_components/Font-Awesome/css/all.min.css" %}" rel="stylesheet" type="text/css"> + <link href="{% static "css/base.css" %}" rel="stylesheet"> + <!-- Favicon --> <link rel="shortcut icon" href="{% static 'favicon.ico' %}"> <script src="https://code.jquery.com/jquery-2.2.4.min.js" |