Ridimensionamenti + fix grafica livebus

This commit is contained in:
Leocraft1
2025-09-28 17:38:15 +02:00
parent 6654addeaa
commit 6dab202b6a
3 changed files with 16 additions and 12 deletions

View File

@@ -64,7 +64,7 @@ p {
table {
border-collapse: separate;
border-spacing: 0;
border: 1px solid #444;
border: 1px solid rgb(100,100,100);
border-radius: 16px;
overflow: hidden;
min-width: 85%;
@@ -75,13 +75,13 @@ table {
/*Linee verticali*/
th:not(:last-child),
td:not(:last-child) {
border-right: 1px solid #444;
border-right: 1px solid rgb(100,100,100);
}
/*Linee orizzontali*/
tr:not(:last-child) > th,
tr:not(:last-child) > td {
border-bottom: 1px solid #444;
border-bottom: 1px solid rgb(100,100,100);;
}
th {