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:
parent
09380d4145
commit
08d367c26b
@ -508,3 +508,6 @@ DIV.navigation A SPAN {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
LI {
|
||||
line-height: 130%;
|
||||
}
|
||||
|
@ -16,6 +16,7 @@
|
||||
<style type="text/css">
|
||||
<!--
|
||||
li { line-height: 150%; }
|
||||
body { font-family: sans-serif; }
|
||||
-->
|
||||
</style>
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user