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:
@@ -492,18 +492,19 @@ SPAN.style, SPAN.event, SPAN.flag {
|
|||||||
}
|
}
|
||||||
|
|
||||||
DIV.styleDesc, DIV.eventDesc, DIV.flagDesc {
|
DIV.styleDesc, DIV.eventDesc, DIV.flagDesc {
|
||||||
margin-left: 3%;
|
margin-left: 3%;
|
||||||
margin-bottom: 1ex;
|
margin-bottom: 1ex;
|
||||||
}
|
}
|
||||||
|
|
||||||
DIV.eventHandler {
|
DIV.eventHandler {
|
||||||
text-indent: 3%;
|
margin: 1em;
|
||||||
|
text-indent: 3%;
|
||||||
}
|
}
|
||||||
|
|
||||||
DIV.eventHandler SPAN {
|
DIV.eventHandler SPAN {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
background-color: #eeeeee;
|
background-color: #eeeeee;
|
||||||
font-family: monospace, fixed;
|
font-family: monospace, fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
A[HREF="modules.html"] SPAN:before {
|
A[HREF="modules.html"] SPAN:before {
|
||||||
|
Reference in New Issue
Block a user