make H3 titles center-aligned (fixes the display of the manual version for HTML docs which currently appears left-aligned)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2010-05-11 19:37:29 +00:00
parent 4290ae6a1c
commit 0f3216c8c9

View File

@@ -30,6 +30,7 @@ H2 {
border-top: 3px solid #AAA;
}
H3 {
text-align: center;
font-size: 100%;
}
CAPTION {