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
This commit is contained in:
Francesco Montorsi 2008-03-31 14:06:13 +00:00
parent 09380d4145
commit 08d367c26b
2 changed files with 4 additions and 0 deletions

View File

@ -508,3 +508,6 @@ DIV.navigation A SPAN {
font-weight: normal;
}
LI {
line-height: 130%;
}

View File

@ -16,6 +16,7 @@
<style type="text/css">
<!--
li { line-height: 150%; }
body { font-family: sans-serif; }
-->
</style>
</head>