From: Francesco Montorsi Date: Sat, 22 Nov 2008 15:59:16 +0000 (+0000) Subject: render the content of @c tags in a slightly more visible way; currently using DejavuS... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/550ca6ac97c03fdf3bd996f6b157d438a3e0bf14 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 --- diff --git a/docs/doxygen/wxwidgets.css b/docs/doxygen/wxwidgets.css index b3111be889..c468f6c82e 100644 --- a/docs/doxygen/wxwidgets.css +++ b/docs/doxygen/wxwidgets.css @@ -525,3 +525,7 @@ DIV.tags LI { line-height: 100%; } +CODE { + font-size: 110%; + color: #444444; +} \ No newline at end of file