1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Improve styling

This commit is contained in:
Unrud 2020-02-27 14:18:57 +01:00
parent 3c434f4efe
commit a66bf77b48
2 changed files with 12 additions and 2 deletions

View file

@ -94,6 +94,11 @@ BDO[DIR="rtl"] { direction: rtl; unicode-bidi: bidi-override }
/* Override changes made by JS to HTMLElement */
max-height: none !important;
}
table, tr, td, th, thead {
border: 1px solid black;
border-collapse: collapse;
}
}
@media print {