Style of definitions lists in the docs improved

This commit is contained in:
Daniele Varrazzo
2012-11-22 23:23:30 +00:00
parent 06a38f4a99
commit 7e4f811381
2 changed files with 11 additions and 0 deletions

View File

@ -53,3 +53,10 @@ div.contents {
div.contents ul {
padding-left: 1em;
}
dl.diag dt,
dl.ddl dt {
font-weight: bold;
margin-top: 1em;
margin-bottom: 0.5em;
}