mirror of
https://github.com/msberends/AMR.git
synced 2025-01-12 04:51:38 +01:00
font size
This commit is contained in:
parent
8d37c75860
commit
fe41fc2e35
@ -1,5 +1,5 @@
|
|||||||
Package: AMR
|
Package: AMR
|
||||||
Version: 1.8.2.9125
|
Version: 1.8.2.9126
|
||||||
Date: 2023-02-14
|
Date: 2023-02-14
|
||||||
Title: Antimicrobial Resistance Data Analysis
|
Title: Antimicrobial Resistance Data Analysis
|
||||||
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
|
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
|
||||||
|
2
NEWS.md
2
NEWS.md
@ -1,4 +1,4 @@
|
|||||||
# AMR 1.8.2.9125
|
# AMR 1.8.2.9126
|
||||||
|
|
||||||
*(this beta version will eventually become v2.0! We're happy to reach a new major milestone soon!)*
|
*(this beta version will eventually become v2.0! We're happy to reach a new major milestone soon!)*
|
||||||
|
|
||||||
|
@ -58,11 +58,13 @@ mark, .mark {
|
|||||||
/* SYNTAX */
|
/* SYNTAX */
|
||||||
/* These are simple changes for the syntax highlighting */
|
/* These are simple changes for the syntax highlighting */
|
||||||
|
|
||||||
|
pre {
|
||||||
|
font-size: 0.8em !important;
|
||||||
|
}
|
||||||
pre code {
|
pre code {
|
||||||
/* never wrap code on smaller screens */
|
/* never wrap code on smaller screens */
|
||||||
word-wrap: normal !important;
|
word-wrap: normal !important;
|
||||||
white-space: pre !important;
|
white-space: pre !important;
|
||||||
font-size: 0.8em !important;
|
|
||||||
}
|
}
|
||||||
.ot, .dv, .fl, .cn, .at,
|
.ot, .dv, .fl, .cn, .at,
|
||||||
.op a {
|
.op a {
|
||||||
|
Loading…
Reference in New Issue
Block a user