render the content of @c tags in a slightly more visible way; currently using DejavuSans as font in Firefox (i.e. the default font) the differences between @c-styled text and normal text are almost unnoticeable

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-11-22 15:59:16 +00:00
parent 83d56dd128
commit 550ca6ac97

View File

@@ -525,3 +525,7 @@ DIV.tags LI {
line-height: 100%; line-height: 100%;
} }
CODE {
font-size: 110%;
color: #444444;
}