Added "display: inline-block" to #toc to make the table of content fit the text

This commit is contained in:
scmb1 2014-06-05 16:48:49 -04:00
parent 6f26e23379
commit 8996d9dd9b

View file

@ -410,6 +410,7 @@ dt {
#toc {
border: 1px solid #aaa;
padding: 10px 10px;
display: inline-block;
}
#toctitle h2 {
display: inline;