CSS update to make more consistent with rest of site

This commit is contained in:
thephez 2018-01-10 15:57:24 -05:00
parent 92ad13546d
commit 2c3cf8a85d

View file

@ -1,3 +1,10 @@
body, table, div, p, dl {
font: 400 16px/22px Ubuntu,sans-serif;
}
p.reference, p.definition {
font: 400 14px/22px Ubuntu,sans-serif;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary { article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
display: block display: block
@ -223,4 +230,3 @@ h1 {
left: auto; left: auto;
width: 250px; width: 250px;
} }