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:
Francesco Montorsi
2008-03-09 12:31:29 +00:00
parent 4feb361314
commit 0aaf0255e4
2 changed files with 31 additions and 16 deletions

View File

@@ -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;
}