[149] update css

This commit is contained in:
meisnate12 2023-03-21 11:41:43 -04:00
parent ea67239531
commit 461c0f5495
2 changed files with 6 additions and 5 deletions

View file

@ -1 +1 @@
1.18.3-develop148 1.18.3-develop149

View file

@ -382,14 +382,15 @@ table.dualTable td, table.dualTable th {
table.image-table { table.image-table {
margin-top: 5px; margin-top: 5px;
margin-bottom: 5px; margin-bottom: 5px;
} border-spacing: 10px;
table.image-table tr { border-collapse: separate;
padding: 1px
} }
table.image-table td { table.image-table td {
padding: 15px padding: 15px
text-align: center;
background-color: #1D1D1D
} }
table.image-table, table.image-table tbody, table.image-table tr, table.image-table td, table.image-table th { table.image-table, table.image-table tbody, table.image-table tr, table.image-table th {
background-color: rgba(0, 0, 0, 0.0) !important; background-color: rgba(0, 0, 0, 0.0) !important;
} }
details { details {