don't style using Doxygen tags; use <span> tags and CSS instead
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -460,4 +460,20 @@ SPAN.literal {
|
||||
font-weight: bold;
|
||||
font-family: monospace, fixed;
|
||||
color: #008800;
|
||||
}
|
||||
}
|
||||
|
||||
SPAN.itemdef {
|
||||
font-weight: bold;
|
||||
color: #880000;
|
||||
}
|
||||
|
||||
SPAN.style {
|
||||
font-weight: bold;
|
||||
color: #880000;
|
||||
}
|
||||
|
||||
SPAN.event {
|
||||
font-weight: bold;
|
||||
color: #880000;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user