bug #2789 - wrong relative path for blank.gif

svn: r12290
This commit is contained in:
Stéphane Charette 2009-03-10 05:24:08 +00:00
parent f0852c0a41
commit ea2d2eb2f5

View File

@ -31,7 +31,7 @@ GRAMPS. If not, see <http://www.gnu.org/licenses/>.
Image Gallery Image Gallery
------------- -------------
# $Id: $ # $Id$
ensure RegionBox <ol> is hidden and has no margins/padding that would shift the image */ ensure RegionBox <ol> is hidden and has no margins/padding that would shift the image */
ol.RegionBox { ol.RegionBox {
@ -55,7 +55,7 @@ ol.RegionBox li {
text-align:center; text-align:center;
text-decoration:none; text-decoration:none;
border:dashed 1px #999; 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 <li> tag is empty, /* IE doesn't work correctly with "hover" if the <li> tag is empty,
* so fill the <li> with a blank image; this way the mouse will be * so fill the <li> with a blank image; this way the mouse will be
* considered in the <li> tag anywhere over the background image * considered in the <li> tag anywhere over the background image