fix techlinks again

svn: r10444

original commit: a23c84175cb53543a31075516914a1d21bb12afb
This commit is contained in:
Eli Barzilay 2008-06-24 18:42:05 +00:00
parent 565101ad66
commit 1a89538e3f

View File

@ -437,23 +437,15 @@ i {
color: blue;
}
.techoutside {
text-decoration: underline;
color: #d0d0d0;
}
.techoutside { text-decoration: underline; color: #d0d0d0; }
.techoutside:hover { text-decoration: underline; color: blue; }
.techoutside:hover {
text-decoration: underline;
color: blue;
}
.techinside {
color: black;
}
.techinside:hover {
color: blue;
}
/* .techinside:hover doesn't work with FF, .techinside:hover>
.techinside doesn't work with IE, so use both (and IE doesn't
work with inherit in the second one, so use blue directly) */
.techinside { color: black; }
.techinside:hover { color: blue; }
.techoutside:hover>.techinside { color: inherit; }
.bibliography td {
vertical-align: top;