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 - tag is empty,
* so fill the
- with a blank image; this way the mouse will be
* considered in the
- tag anywhere over the background image