X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1f1d2182ffe4feb82a1e674266f47d172ed3cb3c..2ab2420acaa79dc04ae969eb744be626f61e86ab:/docs/doxygen/wxwidgets.css diff --git a/docs/doxygen/wxwidgets.css b/docs/doxygen/wxwidgets.css index fc85ed8d53..d5273d371a 100644 --- a/docs/doxygen/wxwidgets.css +++ b/docs/doxygen/wxwidgets.css @@ -491,7 +491,16 @@ SPAN.style, SPAN.event { color: #880000; } -SPAN.eventHandler { +DIV.styleDesc, DIV.eventDesc { + margin-left: 3%; + margin-bottom: 1ex; +} + +DIV.eventHandler { + text-indent: 3%; +} + +DIV.eventHandler SPAN { padding: 5px; background-color: #eeeeee; font-family: monospace, fixed; @@ -508,3 +517,11 @@ DIV.navigation A SPAN { font-weight: normal; } +LI { + line-height: 115%; +} + +DIV.tags LI { + line-height: 100%; +} +