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
This commit is contained in:
Francesco Montorsi 2009-01-31 12:52:51 +00:00
parent 94b8ecf1cd
commit 00666804a7

View 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;
}