115% line height on lists is more than enough, especially for the class hierarchy and class members pages. Also turned off REPEAT_BRIEF for when we add brief descriptions to classes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
77a96c6742
commit
40c53d1b49
@ -17,7 +17,7 @@ OUTPUT_DIRECTORY = out
|
||||
CREATE_SUBDIRS = NO
|
||||
OUTPUT_LANGUAGE = English
|
||||
BRIEF_MEMBER_DESC = YES
|
||||
REPEAT_BRIEF = YES
|
||||
REPEAT_BRIEF = NO
|
||||
ABBREVIATE_BRIEF =
|
||||
ALWAYS_DETAILED_SEC = YES
|
||||
INLINE_INHERITED_MEMB = NO
|
||||
|
@ -509,5 +509,10 @@ DIV.navigation A SPAN {
|
||||
}
|
||||
|
||||
LI {
|
||||
line-height: 130%;
|
||||
line-height: 115%;
|
||||
}
|
||||
|
||||
DIV.tags LI {
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user