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

(v1.5.0.9019) use functions without loading AMR pkg

This commit is contained in:
2021-02-17 10:58:13 +01:00
parent 2dd0656355
commit 601ea7377c
30 changed files with 90 additions and 74 deletions

View File

@ -88,7 +88,7 @@ a pre[href], a pre[href]:hover, a pre[href]:focus {
/* adjusted colour for all real links; having href attribute */
color: #128f76;
}
.ot, .dv {
.ot, .dv, .fl, .cn {
/* numbers and TRUE/FALSE */
color: slategray;
}
@ -187,10 +187,13 @@ div[id^=last-updated] h2 {
}
/* tables, make them look like scientific ones */
.table {
table {
font-size: 90%;
}
.table td {
table * {
vertical-align: middle !important;
}
table td {
padding: 4px !important;
}
thead {