]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/wxwidgets.css
More initial reviews of [u*-v*] interface headers.
[wxWidgets.git] / docs / doxygen / wxwidgets.css
index fc85ed8d53bfb4079955c8ada787c78dd5d10a48..a4d08ee7ce6ca70030e4c04cec950d0922a892c3 100644 (file)
@@ -481,17 +481,26 @@ SPAN.literal {
 /* we make all the following <span> tags render the text just like
    the standard Doxygen @remarks, @see tags do, to obtain a uniform
    look and feel */
 /* we make all the following <span> tags render the text just like
    the standard Doxygen @remarks, @see tags do, to obtain a uniform
    look and feel */
-SPAN.itemdef, SPAN.lib, SPAN.category, SPAN.stdobj, SPAN.styles, SPAN.events, SPAN.appearance, SPAN.impl, SPAN.avail {
+SPAN.itemdef, SPAN.lib, SPAN.category, SPAN.stdobj, SPAN.styles, SPAN.events, SPAN.flags, SPAN.appearance, SPAN.impl, SPAN.avail {
        font-weight: bold;
        line-height: 130%;
 }
 
        font-weight: bold;
        line-height: 130%;
 }
 
-SPAN.style, SPAN.event {
+SPAN.style, SPAN.event, SPAN.flag {
        font-weight: bold;
        color: #880000;
 }
 
        font-weight: bold;
        color: #880000;
 }
 
-SPAN.eventHandler {
+DIV.styleDesc, DIV.eventDesc, DIV.flagDesc {
+    margin-left: 3%;
+    margin-bottom: 1ex;
+}
+
+DIV.eventHandler {
+    text-indent: 3%;
+}
+
+DIV.eventHandler SPAN {
     padding: 5px;
     background-color: #eeeeee;
     font-family: monospace, fixed;
     padding: 5px;
     background-color: #eeeeee;
     font-family: monospace, fixed;
@@ -508,3 +517,11 @@ DIV.navigation A SPAN {
        font-weight: normal;
 }
 
        font-weight: normal;
 }
 
+LI {
+       line-height: 115%;
+}
+
+DIV.tags LI {
+       line-height: 100%;
+}
+