1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 11:11:54 +02:00

(v1.5.0.9026) vignette update, support for GISA

This commit is contained in:
2021-02-25 12:31:12 +01:00
parent a673407904
commit 1737d56ae4
36 changed files with 604 additions and 480 deletions

View File

@ -187,30 +187,30 @@ div[id^=last-updated] h2 {
}
/* tables, make them look like scientific ones */
table {
.table {
font-size: 90%;
}
table * {
.table * {
vertical-align: middle !important;
}
table td {
.table td {
padding: 4px !important;
}
thead {
.table thead {
border-top: 2px solid black;
border-bottom: 2px solid black;
}
thead ~ tbody {
.table thead ~ tbody {
/* only when it has a header */
border-bottom: 2px solid black;
}
thead th {
.table thead th {
text-align: inherit;
}
table a:not(.btn), .table a:not(.btn) {
.table a:not(.btn) {
text-decoration: inherit;
}
table a:not(.btn):hover, .table a:not(.btn):hover {
.table a:not(.btn):hover {
text-decoration: underline;
}