home · contact · privacy
Fix Processes listing sorting bug.
[plomtask] / templates / _base.html
index 0e384651d0f392a46ad97046849cf3f3f7955d07..0d2debe981a931eece26a1a8a60b2b74eb15a857 100644 (file)
@@ -21,6 +21,13 @@ td, th, tr, table {
   vertical-align: top;
   margin-top: 1em;
   padding: 0;
+  border-collapse: collapse;
+}
+th, td {
+  padding-right: 1em;
+}
+a {
+  color: black;
 }
 {% block css %}
 {% endblock %}