]> git.saurik.com Git - wxWidgets.git/commitdiff
remove anchor colouring not only for H2 but also for H3 and H4
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 31 Jan 2009 12:52:51 +0000 (12:52 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 31 Jan 2009 12:52:51 +0000 (12:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/wxwidgets.css

index e5e3a538aa98ec54289985c67b6ff59e10372c9f..0ffdb70c3c6f3c973964ecad8413156fa9b673be 100644 (file)
@@ -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;
 }