avoid using ">" in css -- so it works on IE too

svn: r10443
This commit is contained in:
Eli Barzilay 2008-06-24 18:17:37 +00:00
parent a1a53524c0
commit b33cd21717

View File

@ -451,8 +451,8 @@ i {
color: black; color: black;
} }
.techoutside:hover > .techinside { .techinside:hover {
color: inherit; color: blue;
} }
.bibliography td { .bibliography td {