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:
@@ -1,11 +1,11 @@
|
|||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
** Name: wxwidgets.css
|
** Name: wxwidgets.css
|
||||||
** Purpose: The wxWidgets documentation CSS; a customized version of
|
** Purpose: The wxWidgets documentation CSS; a customized version of
|
||||||
** the standard Doxygen CSS
|
** the standard Doxygen CSS
|
||||||
** Author: Doxygen team
|
** Author: Doxygen team
|
||||||
** RCS-ID: $Id$
|
** RCS-ID: $Id$
|
||||||
** Licence: wxWindows license
|
** Licence: wxWindows license
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -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