fixed a lotta shit
This commit is contained in:
6
markt/templates/base_generic.html
Normal file → Executable file
6
markt/templates/base_generic.html
Normal file → Executable file
@ -8,7 +8,7 @@
|
||||
<!-- Add additional CSS in static file -->
|
||||
{% load static %}
|
||||
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
|
||||
<style>
|
||||
<!-- <style>
|
||||
table,
|
||||
th,
|
||||
td {
|
||||
@ -22,7 +22,7 @@ td:nth-child(3),
|
||||
td:nth-child(2) {
|
||||
text-align: right;
|
||||
}
|
||||
</style>
|
||||
</style> -->
|
||||
</head>
|
||||
<body>
|
||||
<div class="container-fluid">
|
||||
@ -33,4 +33,4 @@ td:nth-child(2) {
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user