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

@@ -497,6 +497,7 @@ DIV.styleDesc, DIV.eventDesc, DIV.flagDesc {
}
DIV.eventHandler {
margin: 1em;
text-indent: 3%;
}