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:
@@ -30,6 +30,7 @@ H2 {
|
|||||||
border-top: 3px solid #AAA;
|
border-top: 3px solid #AAA;
|
||||||
}
|
}
|
||||||
H3 {
|
H3 {
|
||||||
|
text-align: center;
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
}
|
}
|
||||||
CAPTION {
|
CAPTION {
|
||||||
|
Reference in New Issue
Block a user