Improve XHTML table of contents readability by reducing vertical spacing

and using slightly larger fonts for headings.

PR:		docs/186858
Submitted by:	Allan Jude <freebsd@allanjude.com>
This commit is contained in:
Warren Block 2014-02-24 20:06:13 +00:00
parent 43068b84f1
commit 4c60b949d6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44049

View file

@ -120,19 +120,26 @@ body div {
} }
dl { dl {
margin: .8em 0; margin: .4em 0 0 0;
line-height: 1.2; line-height: 1.2;
} }
dt { dt {
font-weight: bold; font-weight: bold;
margin-top: 1em; margin: 0.4em 0 0 0;
}
div.abstract div.abstract-title,
div.toc div.toc-title,
div.list-of-figures div.toc-title,
div.list-of-tables div.toc-title,
div.list-of-examples div.toc-title {
font-size: 115%;
} }
div.calloutlist dt { div.calloutlist dt {
float: left; float: left;
width: 1em; width: 1em;}
}
div.calloutlist dd { div.calloutlist dd {
clear: right; clear: right;