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