]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/wxwidgets.css
non-precomp fixes
[wxWidgets.git] / docs / doxygen / wxwidgets.css
index ed5e643ea7b1331dfd5a7508a8c0d37c75fc83a8..f0e555d592510b257b60ef0e73a2f6c98ab0c0fb 100644 (file)
@@ -481,20 +481,30 @@ 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 */
-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%;
 }
 
-SPAN.style, SPAN.event {
+SPAN.style, SPAN.event, SPAN.flag {
        font-weight: bold;
        color: #880000;
 }
 
-SPAN.eventHandler {
-    padding: 5px;
-    background-color: #eeeeee;
-    font-family: monospace, fixed;
+DIV.styleDesc, DIV.eventDesc, DIV.flagDesc {
+       margin-left: 3%;
+       margin-bottom: 1ex;
+}
+
+DIV.eventHandler {
+       margin: 1em;
+       text-indent: 3%;
+}
+
+DIV.eventHandler SPAN {
+       padding: 5px;
+       background-color: #eeeeee;
+       font-family: monospace, fixed;
 }
 
 A[HREF="modules.html"] SPAN:before {
@@ -509,5 +519,10 @@ DIV.navigation A SPAN {
 }
 
 LI {
- line-height: 130%;
+       line-height: 115%;
+}
+
+DIV.tags LI {
+       line-height: 100%;
 }
+