]> git.saurik.com Git - wxWidgets.git/commitdiff
render the content of @c tags in a slightly more visible way; currently using DejavuS...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 22 Nov 2008 15:59:16 +0000 (15:59 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 22 Nov 2008 15:59:16 +0000 (15:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/wxwidgets.css

index b3111be889e954f82b14ab44c01ddec334a9eb52..c468f6c82e187ce50dac7e81d7ce20b9ba71fae4 100644 (file)
@@ -525,3 +525,7 @@ DIV.tags LI {
        line-height: 100%;
 }
 
+CODE {
+    font-size: 110%;
+    color: #444444;
+}
\ No newline at end of file