Fix style of table-captions, fixes #492

Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
Florian Aders (EleRas)
2011-04-24 00:25:01 +02:00
parent 8a8082b579
commit f3f7127f82

View File

@@ -735,3 +735,8 @@ select {
label.nobr {
display: inline;
}
caption {
font-weight: bold;
margin-bottom: 0.2em;
}