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
|
||||
** Purpose: The wxWidgets documentation CSS; a customized version of
|
||||
** the standard Doxygen CSS
|
||||
** Author: Doxygen team
|
||||
** RCS-ID: $Id$
|
||||
** Licence: wxWindows license
|
||||
*****************************************************************************/
|
||||
** Name: wxwidgets.css
|
||||
** Purpose: The wxWidgets documentation CSS; a customized version of
|
||||
** the standard Doxygen CSS
|
||||
** Author: Doxygen team
|
||||
** RCS-ID: $Id$
|
||||
** Licence: wxWindows license
|
||||
*****************************************************************************/
|
||||
|
||||
|
||||
/*
|
||||
@@ -30,6 +30,7 @@ H2 {
|
||||
border-top: 3px solid #AAA;
|
||||
}
|
||||
H3 {
|
||||
text-align: center;
|
||||
font-size: 100%;
|
||||
}
|
||||
CAPTION {
|
||||
|
Reference in New Issue
Block a user