fixed issue

This commit is contained in:
MassiveAtoms
2020-05-26 11:14:38 -03:00
parent 3d05b3f994
commit f224f1e35b
3 changed files with 18 additions and 2 deletions

View File

@ -8,6 +8,21 @@
<!-- Add additional CSS in static file -->
{% load static %}
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
<style>
table,
th,
td {
border: 1px solid black;
border-collapse: collapse;
padding: 0.5em;
}
td:nth-child(3),
td:nth-child(2) {
text-align: right;
}
</style>
</head>
<body>
<div class="container-fluid">