From 9d511cd4802b04854ea8ade7578d0a67d673f6de Mon Sep 17 00:00:00 2001 From: Jacques Distler Date: Sun, 4 Feb 2007 01:21:29 -0600 Subject: [PATCH] tweaked stylesheet, to accommodate the way browsers handle some and insertions. --- public/stylesheets/instiki.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/instiki.css b/public/stylesheets/instiki.css index 71637579..46f32c11 100644 --- a/public/stylesheets/instiki.css +++ b/public/stylesheets/instiki.css @@ -160,11 +160,11 @@ margin-bottom:1em; padding-top:1px; } -.diffdel,del.diffmod { +.diffdel,del.diffmod, .diffdel *, del.diffmod * { background-color:#FAA; } -.diffins,ins.diffmod { +.diffins,ins.diffmod, .diffins *, ins.diffmod * { background-color:#AFA; }