Team:Minnesota/Test
From 2012.igem.org
(Difference between revisions)
m |
m |
||
Line 17: | Line 17: | ||
$('#ContentAll').css({ | $('#ContentAll').css({ | ||
position:'absolute', | position:'absolute', | ||
- | left: ($(window).width() | + | left: ($(window).width() - $('ContentAll').outerWidth())/2, |
- | top: ($(window).height() | + | top: ($(window).height() - $('ContentAll').outerHeight())/2 |
}); | }); | ||
}); | }); |
Revision as of 03:02, 22 August 2012