From eb8c4c61801cc47c0619b11180d778d6b491cb30 Mon Sep 17 00:00:00 2001 From: Nigel Metheringham Date: Sun, 16 Jan 2011 19:18:39 +0000 Subject: [PATCH] Attempted adding changebars - this may not work well --- templates/web/doc/chapter.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/web/doc/chapter.css b/templates/web/doc/chapter.css index 68e35b5..1565158 100644 --- a/templates/web/doc/chapter.css +++ b/templates/web/doc/chapter.css @@ -117,3 +117,8 @@ dl dd dl display: none; } } + +/* Changebars -- experimental */ +.changed { + border-right: 5px solid #000; +} -- 2.30.2