scribble manual style: remove toc hack

At mbutterick's recommendation:

 it's causing a strange display problem in TOC listings when the
 cursor is hovering over the link (namely, the underlined space
 dangling from the right edge)

original commit: cc26a86cb1975bdbb1ed3f816b6a50decfdec510
This commit is contained in:
Matthew Flatt 2014-04-05 08:06:41 -06:00
parent 0fd78b8ca8
commit 1bca3ea18c

View File

@ -520,12 +520,6 @@ table.tocsublist {
font-size: 110%
}
/* hack to add space around .toptoclink because markup is all td */
.toptoclink:after {
content: " ";
font-size: 3rem;
}
.toclink {
font-size: inherit;
}