1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 04:42:22 +02:00

eucast rules fix, 1st isolate fix, website update

This commit is contained in:
2018-12-31 01:48:53 +01:00
parent 469b145d8c
commit 2e4d703338
51 changed files with 1473 additions and 1760 deletions

View File

@ -28,10 +28,24 @@ pre, code {
font-weight: bold;
background-color: transparent;
}
pre {
font-size: 90% !important;
}
li, p {
line-height: 1.5;
}
/* slightly smaller blockquote */
blockquote {
font-size: 98%;
}
/* 2nd list in navigation should be smaller */
#tocnav li li {
font-size: 90%;
margin-left: 5px;
}
/* new <help> element with dotted underline */
help {
border-bottom: 1px dotted;
@ -60,3 +74,18 @@ help {
#navbar .fas {
margin-right: 5px;
}
/* tables */
.table {
font-size: 90%;
}
.table td {
padding: 4px !important;
}
thead {
border-top: 2px solid black;
border-bottom: 2px solid black;
}
tbody {
border-bottom: 2px solid black;
}