diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 88e76fd6a..aa2af9ec0 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,4 +1,5 @@ 7.7.8 + - Removed dubious 3px padding around image based ads in an adspace. 7.7.7 - Added EMS Schedule table diff --git a/lib/WebGUI/AdSpace/Ad.pm b/lib/WebGUI/AdSpace/Ad.pm index bbfeef360..ca44a95f2 100644 --- a/lib/WebGUI/AdSpace/Ad.pm +++ b/lib/WebGUI/AdSpace/Ad.pm @@ -288,7 +288,7 @@ sub set { . $adSpace->get("height") . q{px; margin:0px; overflow:hidden; border:0px;">getId) . q{')" style="position:absolute; padding: } - . q{3px; top:0px; left:0px; width:100%; height:100%; z-index:10; display:block; text-decoration:none; } + . q{0px; top:0px; left:0px; width:100%; height:100%; z-index:10; display:block; text-decoration:none; } . q{vertical-align:top;">} . $self->get(};