From: Francesco Montorsi Date: Mon, 31 Mar 2008 14:06:13 +0000 (+0000) Subject: CSS changes: make lists more spaced; use sans-serif font by default X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/08d367c26b846de0914479c2ce1c498c36fa7f78 CSS changes: make lists more spaced; use sans-serif font by default git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/doxygen/wxwidgets.css b/docs/doxygen/wxwidgets.css index fc85ed8d53..ed5e643ea7 100644 --- a/docs/doxygen/wxwidgets.css +++ b/docs/doxygen/wxwidgets.css @@ -508,3 +508,6 @@ DIV.navigation A SPAN { font-weight: normal; } +LI { + line-height: 130%; +} diff --git a/docs/index.htm b/docs/index.htm index faf57364c2..0306dd7359 100644 --- a/docs/index.htm +++ b/docs/index.htm @@ -16,6 +16,7 @@