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

svn: r10443

original commit: b33cd217175203a8498ab1491f4c7e2a2447c41c
This commit is contained in:
Eli Barzilay 2008-06-24 18:17:37 +00:00
parent 80f1f87627
commit 565101ad66

View File

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