From 565101ad66dd9afcf2c7706755e10f9dd4ca2747 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 24 Jun 2008 18:17:37 +0000 Subject: [PATCH] avoid using ">" in css -- so it works on IE too svn: r10443 original commit: b33cd217175203a8498ab1491f4c7e2a2447c41c --- collects/scribble/scribble.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribble/scribble.css b/collects/scribble/scribble.css index 43dd3f53..a96c9d19 100644 --- a/collects/scribble/scribble.css +++ b/collects/scribble/scribble.css @@ -451,8 +451,8 @@ i { color: black; } -.techoutside:hover > .techinside { - color: inherit; +.techinside:hover { + color: blue; } .bibliography td {