]> git.saurik.com Git - wxWidgets.git/commitdiff
115% line height on lists is more than enough, especially for the class hierarchy...
authorBryan Petty <bryan@ibaku.net>
Wed, 2 Apr 2008 01:23:11 +0000 (01:23 +0000)
committerBryan Petty <bryan@ibaku.net>
Wed, 2 Apr 2008 01:23:11 +0000 (01:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/Doxyfile_inc
docs/doxygen/wxwidgets.css

index b0af2b1701c5095ee00045f597d194140d17d6ac..82278bc08a0be38b4b79d5bd12e001ce641111f3 100644 (file)
@@ -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
index ed5e643ea7b1331dfd5a7508a8c0d37c75fc83a8..2a18613a4fb4419431bf7e7f22fe1dd261761475 100644 (file)
@@ -509,5 +509,10 @@ DIV.navigation A SPAN {
 }
 
 LI {
line-height: 130%;
      line-height: 115%;
 }
+
+DIV.tags LI {
+       line-height: 100%;
+}
+