Table styles

This commit is contained in:
copernicus-mogley 2020-01-16 16:51:08 +01:00 committed by Daira Hopwood
parent 694b4948e3
commit 25d295ea38
1 changed files with 9 additions and 1 deletions

View File

@ -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;
}