Fix style nit.

This commit is contained in:
Georg Brandl 2008-06-12 21:08:33 +00:00
parent 0ea5c0da4f
commit 03130f4e87

View File

@ -556,6 +556,10 @@ div.body p, div.body dd, div.body li {
line-height: 130%;
}
div.body p.caption {
text-align: inherit;
}
div.body td {
text-align: left;
}