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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user