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:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user