diff options
-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> |