doc: fix css for notes and return values

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2013-07-31 09:48:44 +10:00
parent 40493c3ff2
commit bc73a98ca6

View file

@ -216,3 +216,12 @@ code {
img.footer {
width: auto;
}
/* note, see also, returns */
dl.section {
width: 560px;
}
table.params {
width: 560px;
}