From f73d9c028307a81437ec7c97d4b523e8b4f063c3 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Fri, 21 Jul 2006 04:27:01 +0000 Subject: [PATCH] Shift magnifying glass icon 10px left to put it near the corner of the thumbnail it is overlaying --- apidb.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apidb.css b/apidb.css index 71cec83..989e17d 100644 --- a/apidb.css +++ b/apidb.css @@ -234,4 +234,4 @@ TD.app_name { width: 150px } #editor { height: 25em; width:700px; } /* zoom image overlay style */ -.zoom_overlay { position:relative; top:10px; left:0px; margin-left:-32px; padding:0px; } +.zoom_overlay { position:relative; top:10px; left:10px; margin-left:-32px; padding:0px; }