1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-02-18 12:50:49 +01:00
2020-08-08 07:27:02 +02:00

30 lines
446 B
CSS

body {
font-family: 'Noto Sans', Arial, sans-serif;
text-align: center;
}
table {
margin-left: auto;
margin-right: auto;
border-spacing: 0;
padding-bottom: 30px;
}
td:first-child {
text-align: left;
min-width: 300px;
}
td {
border-top: 1px solid #888;
min-width: 50px;
}
th:first-child {
text-align: left;
}
#all-injections, #tbl-statistics-cdns, #tbl-statistics-frameworks {
display: none;
}