Modifica la justificación de las categorías

This commit is contained in:
Manuel Cillero 2020-09-10 15:23:44 +02:00
parent 3c294e8f1e
commit c06975c64f

View file

@ -1494,6 +1494,8 @@ table.list tbody tr:hover { background-color: #dfeff7; }
table.list tr.issue a { color: #666; }
table.list tr.issue a:hover { text-decoration: underline; }
table.list td.category { text-align: left; }
tr.odd.priority-highest, table.list tbody tr.odd.priority-highest:hover { color: #900; font-weight: bold; }
tr.odd.priority-highest { background: #ffe2e2; }
tr.even.priority-highest, table.list tbody tr.even.priority-highest:hover { color: #900; font-weight: bold; }