missing semicolon in Scribble CSS

This commit is contained in:
Matthew Butterick 2014-04-05 17:02:19 -07:00 committed by Matthew Flatt
parent 40027e8b1d
commit 481d19fbdd

View File

@ -517,7 +517,7 @@ table.tocsublist {
.toptoclink { .toptoclink {
font-weight: bold; font-weight: bold;
font-size: 110% font-size: 110%;
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
margin-top: 1.5rem; margin-top: 1.5rem;
display: inline-block; display: inline-block;