Template:Team:Calgary/Test

From 2013.igem.org

(Difference between revisions)
Line 40: Line 40:
$('#LogoItem').css('display', 'block');
$('#LogoItem').css('display', 'block');
}
}
-
if (($('body').width() <= 868) && ($('body').width() > 744)) {
+
if (($('body').width() <= 868)) {
 +
if(($('body').width() > 744)){
$('#TopBar').css('padding-left', Math.floor(($('body').width() - 744) / 2));
$('#TopBar').css('padding-left', Math.floor(($('body').width() - 744) / 2));
$('#LogoItem').css('display', 'none');
$('#LogoItem').css('display', 'none');
-
}
+
}}
});
});
</script>
</script>

Revision as of 21:58, 13 August 2013

Home