merged from gramps31; bug #2789 - wrong relative path for blank.gif

svn: r12291
This commit is contained in:
Stéphane Charette 2009-03-10 05:54:55 +00:00
parent e2e6d4972e
commit a356c27007

View File

@ -31,7 +31,7 @@ GRAMPS. If not, see <http://www.gnu.org/licenses/>.
Image Gallery
-------------
# $Id: $
# $Id$
ensure RegionBox <ol> 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 <li> tag is empty,
* so fill the <li> with a blank image; this way the mouse will be
* considered in the <li> tag anywhere over the background image