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
This commit is contained in:
Bryan Petty 2008-05-05 20:49:27 +00:00
parent 5096757411
commit c61202de3a

View 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 {