use SPAN.literal CSS style for @true, @false, @ifdef_ and similars

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-08 17:32:21 +00:00
parent b46a02917a
commit 44fe9ffc49
2 changed files with 20 additions and 13 deletions

View File

@@ -454,3 +454,10 @@ TABLE.appearance {
font-size: 90%;
/*font-weight: bold;*/
}
SPAN.literal {
text-decoration: none;
font-weight: bold;
font-family: monospace, fixed;
color: #008800;
}