commit 1a89538e3fbcba19a8e6c779fba61a46900fc059
parent 565101ad66dd9afcf2c7706755e10f9dd4ca2747
Author: Eli Barzilay <eli@racket-lang.org>
Date: Tue, 24 Jun 2008 18:42:05 +0000
fix techlinks again
svn: r10444
original commit: a23c84175cb53543a31075516914a1d21bb12afb
Diffstat:
1 file changed, 16 insertions(+), 24 deletions(-)
diff --git a/collects/scribble/scribble.css b/collects/scribble/scribble.css
@@ -2,7 +2,7 @@
/* CSS seems backward: List all the classes for which we want a
particular font, so that the font can be changed in one place. (It
would be nicer to reference a font definition from all the places
- that we want it.)
+ that we want it.)
As you read the rest of the file, remember to double-check here to
see if any font is set. */
@@ -51,12 +51,12 @@ table td {
/* ---------------------------------------- */
/* Navigation */
-.navleft {
+.navleft {
position: relative;
float: left;
white-space: nowrap;
}
-.navright {
+.navright {
position: relative;
float: right;
white-space: nowrap;
@@ -201,11 +201,11 @@ font-weight: bold;
margin: 0.2em 0.2em 0.2em 0.2em;
}
-.sepspace {
+.sepspace {
font-size: 40%;
}
-.septitle {
+.septitle {
font-size: 70%;
}
@@ -375,7 +375,7 @@ i {
background-color: #E8E8FF;
}
-.inlinetop{
+.inlinetop{
display: inline;
vertical-align: top;
}
@@ -437,23 +437,15 @@ i {
color: blue;
}
-.techoutside {
- text-decoration: underline;
- color: #d0d0d0;
-}
-
-.techoutside:hover {
- text-decoration: underline;
- color: blue;
-}
+.techoutside { text-decoration: underline; color: #d0d0d0; }
+.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;
@@ -464,7 +456,7 @@ i {
margin-right: 0.3em;
}
-.smaller{
+.smaller{
font-size: 82%;
}
@@ -474,7 +466,7 @@ i {
font-size: 1px;
}
-.compact li p {
+.compact li p {
margin: 0 0 0 0;
padding: 0 0 0 0;
}