From c6a534f0b48c906c01c1bec8caa47a7774d5f733 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 21 Jul 2008 17:04:25 +0000 Subject: [PATCH] properties can now effectively inherit properties (v4.0.2.5) svn: r10848 original commit: 763d37d775d2deca0337e58deb3f15ac7d9c9208 --- collects/scribble/scribble.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/collects/scribble/scribble.css b/collects/scribble/scribble.css index 25b28ec1..60b35235 100644 --- 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 {