commit c6a534f0b48c906c01c1bec8caa47a7774d5f733
parent 5db56595cce44480b879b026f792a049d346543f
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Mon, 21 Jul 2008 17:04:25 +0000
properties can now effectively inherit properties (v4.0.2.5)
svn: r10848
original commit: 763d37d775d2deca0337e58deb3f15ac7d9c9208
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/collects/scribble/scribble.css b/collects/scribble/scribble.css
@@ -144,7 +144,7 @@ table td {
margin-right: 2em;
}
.tocset td {
- vertical-align: top;
+ vertical-align: text-top;
}
.tocview {
@@ -387,7 +387,7 @@ i {
.inlinetop{
display: inline;
- vertical-align: top;
+ vertical-align: text-top;
}
.together {
@@ -395,7 +395,7 @@ i {
}
.prototype td {
- vertical-align: top;
+ vertical-align: text-top;
}
.longprototype td {
vertical-align: bottom;
@@ -406,7 +406,7 @@ i {
}
.argcontract td {
- vertical-align: top;
+ vertical-align: text-top;
}
.ghost {
@@ -458,7 +458,7 @@ i {
.techoutside:hover>.techinside { color: inherit; }
.bibliography td {
- vertical-align: top;
+ vertical-align: text-top;
}
.imageleft {