From a356c270077b5072f77ee7ccad51e5fcb210cce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Charette?= Date: Tue, 10 Mar 2009 05:54:55 +0000 Subject: [PATCH] merged from gramps31; bug #2789 - wrong relative path for blank.gif svn: r12291 --- src/data/behaviour.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/behaviour.css b/src/data/behaviour.css index aaf7eb397..45a594e4c 100644 --- a/src/data/behaviour.css +++ b/src/data/behaviour.css @@ -31,7 +31,7 @@ GRAMPS. If not, see . Image Gallery ------------- -# $Id: $ +# $Id$ ensure RegionBox
    is hidden and has no margins/padding that would shift the image */ ol.RegionBox { @@ -55,7 +55,7 @@ ol.RegionBox li { text-align:center; text-decoration:none; border:dashed 1px #999; - background:url(../../../images/blank.gif) repeat; + background:url(../images/blank.gif) repeat; /* IE doesn't work correctly with "hover" if the
  1. tag is empty, * so fill the
  2. with a blank image; this way the mouse will be * considered in the
  3. tag anywhere over the background image