diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-08 09:17:18 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-08 09:17:18 +0100 |
commit | cf55eeae111cd3fe7512fccda0bee0f1ac0575f5 (patch) | |
tree | d291341e37210aef8b2a3ad64c6d648a6a508205 | |
parent | c2dbd21b73d8ea8830cf2c80eac83fd5c681b16a (diff) |
removed cruft
-rw-r--r-- | ctrack/templates/base.html | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/ctrack/templates/base.html b/ctrack/templates/base.html index c700faf..533938a 100644 --- a/ctrack/templates/base.html +++ b/ctrack/templates/base.html @@ -28,29 +28,7 @@ <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"/> - - <style> - .bd-placeholder-img { - font-size: 1.125rem; - text-anchor: middle; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - } - - body { - padding-top: 70px; - } - - @media (min-width: 768px) { - .bd-placeholder-img-lg { - font-size: 3.5rem; - } - } - </style> + <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"/> {% endblock %} </head> <body> |