diff --git a/assets/css/style.css b/assets/css/style.css index 40574b2e..4bcc1e29 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -535,8 +535,12 @@ h6 { font-size: 1rem; } -p, li { +p, ul, ol, li { + margin-top: 0; margin-bottom: 1rem; +} + +p, li { font-size: 1.125rem; line-height: 1.625; } @@ -576,3 +580,7 @@ th, td { td:first-child { text-align: center; } + +#references table, #references th, #references td { + border: 0 none transparent; +}