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