]> git.saurik.com Git - wxWidgets.git/commitdiff
CSS changes: make lists more spaced; use sans-serif font by default
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 31 Mar 2008 14:06:13 +0000 (14:06 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 31 Mar 2008 14:06:13 +0000 (14:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/wxwidgets.css
docs/index.htm

index fc85ed8d53bfb4079955c8ada787c78dd5d10a48..ed5e643ea7b1331dfd5a7508a8c0d37c75fc83a8 100644 (file)
@@ -508,3 +508,6 @@ DIV.navigation A SPAN {
        font-weight: normal;
 }
 
+LI {
+ line-height: 130%;
+}
index faf57364c20a520f18debed0e382e22d17a5004f..0306dd7359a1b02d197d826b0ee058a0fa7f8698 100644 (file)
@@ -16,6 +16,7 @@
     <style type="text/css">
       <!--
           li { line-height: 150%; }
+          body { font-family: sans-serif; }
       -->
     </style>
   </head>