From: Francesco Montorsi Date: Sat, 31 Jan 2009 12:52:51 +0000 (+0000) Subject: remove anchor colouring not only for H2 but also for H3 and H4 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/00666804a78e599ed314eea630a4c341cc9d2524 remove anchor colouring not only for H2 but also for H3 and H4 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/doxygen/wxwidgets.css b/docs/doxygen/wxwidgets.css index e5e3a538aa..0ffdb70c3c 100644 --- a/docs/doxygen/wxwidgets.css +++ b/docs/doxygen/wxwidgets.css @@ -400,6 +400,18 @@ H2 > A.anchor { color: black; } +H3 > A.anchor { + text-decoration: none; + background-color: none; + color: black; +} + +H4 > A.anchor { + text-decoration: none; + background-color: none; + color: black; +} + IMG { margin: 20px; }