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

EUCAST update, as.mo bugfix for empty vlaues

This commit is contained in:
2019-01-08 16:23:45 +01:00
parent a0055c7efe
commit 193a2d2863
54 changed files with 1504 additions and 972 deletions

View File

@ -59,7 +59,7 @@ a pre[href], a pre[href]:hover, a pre[href]:focus {
/* syntax font */
pre, code {
font-family: 'Courier New';
font-family: 'Courier New', monospace;
font-size: 100% !important;
font-weight: bold;
background-color: transparent;
@ -102,6 +102,15 @@ help {
display: none;
}
/* Date of vignettes */
.template-article .date:before {
content: 'Last updated: ';
}
.template-article .date {
font-size: 14px;
padding-top: 40px;
}
/* more space between icon and text in top menu */
#navbar .fa,
#navbar .fab,