avoid using ">" in css -- so it works on IE too
svn: r10443
This commit is contained in:
parent
a1a53524c0
commit
b33cd21717
|
@ -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