From 550ca6ac97c03fdf3bd996f6b157d438a3e0bf14 Mon Sep 17 00:00:00 2001
From: Francesco Montorsi <f18m_cpp217828@yahoo.it>
Date: Sat, 22 Nov 2008 15:59:16 +0000
Subject: [PATCH] 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
---
 docs/doxygen/wxwidgets.css | 4 ++++
 1 file changed, 4 insertions(+)

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
-- 
2.47.2