Team:NTNU Trondheim/Templates/Footer
From 2012.igem.org
(Difference between revisions)
Line 113: | Line 113: | ||
} | } | ||
}); | }); | ||
+ | </script> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | if ( $(window).width() < 1180 ) { | ||
+ | $('#index-collapse').addClass('span12').removeClass('span9'); | ||
+ | } | ||
+ | else { | ||
+ | $('#index-collapse').removeClass('span12').addClass('span9'); | ||
+ | } | ||
</script> | </script> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 18:42, 26 September 2012