Font size <pre> and reference table margin styles per Daira

This commit is contained in:
copernicus-mogley 2020-01-24 15:01:11 +01:00 committed by Daira Hopwood
parent e1fde7fda1
commit 36b707451e
1 changed files with 5 additions and 1 deletions

View File

@ -98,7 +98,7 @@ pre {
border: 1px solid #e6e7e8;
padding: 0.625rem;
white-space: pre-line;
font-size: 0.875rem;
font-size: 1.125rem;
}
span.math {
@ -175,6 +175,10 @@ td:first-child {
border: 0 none transparent;
}
#references table {
margin-bottom: 0;
}
#references th::before {
content: "[";
}