mirror of
https://github.com/msberends/a_new_instrument_for_microbial_epidemiology.git
synced 2025-01-13 20:31:37 +01:00
15 lines
174 B
CSS
15 lines
174 B
CSS
p.caption {
|
|
color: #777;
|
|
margin-top: 10px;
|
|
}
|
|
p code {
|
|
white-space: inherit;
|
|
}
|
|
pre {
|
|
word-break: normal;
|
|
word-wrap: normal;
|
|
}
|
|
pre code {
|
|
white-space: inherit;
|
|
}
|