]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/wxwidgets.css
Added feature to the HTML manual to remember your preference to show or hide the...
[wxWidgets.git] / docs / doxygen / wxwidgets.css
index d5273d371aeb7993fdaa4d553b7853d76134bc5f..a4d08ee7ce6ca70030e4c04cec950d0922a892c3 100644 (file)
@@ -481,17 +481,17 @@ 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;
 }
 
-DIV.styleDesc, DIV.eventDesc {
+DIV.styleDesc, DIV.eventDesc, DIV.flagDesc {
     margin-left: 3%;
     margin-bottom: 1ex;
 }