aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/templates/base.html
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-10-08 10:53:47 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-10-08 10:53:47 +0100
commit961bcb1aa9b95848545ee4c6e1023c40c089170c (patch)
treeb2c6adea716e37da802f6322094bf4814c314b90 /ctrack/templates/base.html
parentcf55eeae111cd3fe7512fccda0bee0f1ac0575f5 (diff)
using inline css to push body down from navbar
Diffstat (limited to 'ctrack/templates/base.html')
-rw-r--r--ctrack/templates/base.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/ctrack/templates/base.html b/ctrack/templates/base.html
index 533938a..32ec1b3 100644
--- a/ctrack/templates/base.html
+++ b/ctrack/templates/base.html
@@ -25,11 +25,15 @@
{# <link href="jumbotron.css" rel="stylesheet">#}
<!-- This file stores project-specific CSS -->
- <link href="{% static 'css/project.css' %}" rel="stylesheet">
{# <link rel="stylesheet" type="text/css" href="css/DataTables/datatables.min.css"/>#}
- {# <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}/css/bootstrap.css" />#}
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/dt/dt-1.10.20/af-2.3.4/b-1.6.1/b-print-1.6.1/cr-1.5.2/r-2.2.3/datatables.min.css"/>
+ <link href="{% static 'css/project.css' %}" rel="stylesheet">
{% endblock %}
+ <style>
+ body {
+ padding-top: 70px;
+ }
+ </style>
</head>
<body>