]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/wxwidgets.css
use void pointers, not char ones, in socket IO functions
[wxWidgets.git] / docs / doxygen / wxwidgets.css
index a4d08ee7ce6ca70030e4c04cec950d0922a892c3..c468f6c82e187ce50dac7e81d7ce20b9ba71fae4 100644 (file)
@@ -475,7 +475,6 @@ SPAN.literal {
        text-decoration: none;
        font-weight: bold;
        font-family: monospace, fixed;
-       color: #008800;
 }
 
 /* we make all the following <span> tags render the text just like
@@ -492,18 +491,19 @@ SPAN.style, SPAN.event, SPAN.flag {
 }
 
 DIV.styleDesc, DIV.eventDesc, DIV.flagDesc {
-    margin-left: 3%;
-    margin-bottom: 1ex;
+       margin-left: 3%;
+       margin-bottom: 1ex;
 }
 
 DIV.eventHandler {
-    text-indent: 3%;
+       margin: 1em;
+       text-indent: 3%;
 }
 
 DIV.eventHandler SPAN {
-    padding: 5px;
-    background-color: #eeeeee;
-    font-family: monospace, fixed;
+       padding: 5px;
+       background-color: #eeeeee;
+       font-family: monospace, fixed;
 }
 
 A[HREF="modules.html"] SPAN:before {
@@ -525,3 +525,7 @@ DIV.tags LI {
        line-height: 100%;
 }
 
+CODE {
+    font-size: 110%;
+    color: #444444;
+}
\ No newline at end of file