]> git.saurik.com Git - wxWidgets.git/commitdiff
Added margin to event handler function prototypes for IE6 and IE7 which were renderin...
authorBryan Petty <bryan@ibaku.net>
Mon, 5 May 2008 20:49:27 +0000 (20:49 +0000)
committerBryan Petty <bryan@ibaku.net>
Mon, 5 May 2008 20:49:27 +0000 (20:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/wxwidgets.css

index a4d08ee7ce6ca70030e4c04cec950d0922a892c3..f0e555d592510b257b60ef0e73a2f6c98ab0c0fb 100644 (file)
@@ -492,18 +492,19 @@ SPAN.style, SPAN.event, SPAN.flag {
 }
 
 DIV.styleDesc, DIV.eventDesc, DIV.flagDesc {
-    margin-left: 3%;
-    margin-bottom: 1ex;
+       margin-left: 3%;
+       margin-bottom: 1ex;
 }
 
 DIV.eventHandler {
-    text-indent: 3%;
+       margin: 1em;
+       text-indent: 3%;
 }
 
 DIV.eventHandler SPAN {
-    padding: 5px;
-    background-color: #eeeeee;
-    font-family: monospace, fixed;
+       padding: 5px;
+       background-color: #eeeeee;
+       font-family: monospace, fixed;
 }
 
 A[HREF="modules.html"] SPAN:before {