This commit is contained in:
albert
2013-02-27 00:02:34 -08:00
parent 568eaa1f18
commit a1c8257b29
2 changed files with 1 additions and 11 deletions

View File

@@ -1,10 +0,0 @@
$(function() {
if ($("#c-landings").length) {
$(".data").each(function(i, div) {
var $div = $(div);
var $image = $div.prev();
$div.width($image.width() - 10).height($image.height() - 10).offset({top: $image.position().top, left: $image.position().left});
});
}
});