From c61202de3ac24a43f3ef70430f61a642519927a2 Mon Sep 17 00:00:00 2001 From: Bryan Petty Date: Mon, 5 May 2008 20:49:27 +0000 Subject: [PATCH] Added margin to event handler function prototypes for IE6 and IE7 which were rendering it on top of the previous paragraph. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/doxygen/wxwidgets.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/doxygen/wxwidgets.css b/docs/doxygen/wxwidgets.css index a4d08ee7ce..f0e555d592 100644 --- a/docs/doxygen/wxwidgets.css +++ b/docs/doxygen/wxwidgets.css @@ -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 { -- 2.50.0