X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1f1d2182ffe4feb82a1e674266f47d172ed3cb3c..d665918bd2ee0664a6a442064d3fbb51c888ef9d:/docs/doxygen/wxwidgets.css diff --git a/docs/doxygen/wxwidgets.css b/docs/doxygen/wxwidgets.css index fc85ed8d53..f0e555d592 100644 --- a/docs/doxygen/wxwidgets.css +++ b/docs/doxygen/wxwidgets.css @@ -481,20 +481,30 @@ SPAN.literal { /* we make all the following 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 { @@ -508,3 +518,11 @@ DIV.navigation A SPAN { font-weight: normal; } +LI { + line-height: 115%; +} + +DIV.tags LI { + line-height: 100%; +} +