avoid using ">" in css -- so it works on IE too
svn: r10443 original commit: b33cd217175203a8498ab1491f4c7e2a2447c41c
This commit is contained in:
parent
80f1f87627
commit
565101ad66
|
@ -451,8 +451,8 @@ i {
|
|||
color: black;
|
||||
}
|
||||
|
||||
.techoutside:hover > .techinside {
|
||||
color: inherit;
|
||||
.techinside:hover {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
.bibliography td {
|
||||
|
|
Loading…
Reference in New Issue
Block a user