fix techlinks again
svn: r10444 original commit: a23c84175cb53543a31075516914a1d21bb12afb
This commit is contained in:
parent
565101ad66
commit
1a89538e3f
|
@ -437,23 +437,15 @@ i {
|
||||||
color: blue;
|
color: blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
.techoutside {
|
.techoutside { text-decoration: underline; color: #d0d0d0; }
|
||||||
text-decoration: underline;
|
.techoutside:hover { text-decoration: underline; color: blue; }
|
||||||
color: #d0d0d0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.techoutside:hover {
|
/* .techinside:hover doesn't work with FF, .techinside:hover>
|
||||||
text-decoration: underline;
|
.techinside doesn't work with IE, so use both (and IE doesn't
|
||||||
color: blue;
|
work with inherit in the second one, so use blue directly) */
|
||||||
}
|
.techinside { color: black; }
|
||||||
|
.techinside:hover { color: blue; }
|
||||||
.techinside {
|
.techoutside:hover>.techinside { color: inherit; }
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
.techinside:hover {
|
|
||||||
color: blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bibliography td {
|
.bibliography td {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user