Team:NTNU Trondheim/Templates/Footer

From 2012.igem.org

(Difference between revisions)
(Created page with "<html> <!-- Footer ================================================== --> <footer class="footer"> <div class="container"> <p class="pull-right top-pointer"><a href="...")
Line 39: Line 39:
$('.carousel').carousel()
$('.carousel').carousel()
</script>
</script>
 +
 +
 +
<!-- Adding correct top-margin to home page main container -->
 +
<script type="text/javascript">
 +
    $(document).ready(function() {
 +
        if (window.location.href == 'https://2012.igem.org/Team:NTNU_Trondheim') {
 +
            $('.main-container').addClass('index-container');
 +
        }
 +
    }
 +
</script>
 +
 +
<!-- Lazy way out of reformatting all tables -->
 +
<script type="text/javascript">
 +
    $(document).ready(function() {
 +
        $('.wikitable').removeClass('wikitable').addClass('table table-striped wikitable-centered');
 +
    }
 +
</script>
 +
<!-- Smooth scroll to top -->
<!-- Smooth scroll to top -->

Revision as of 15:43, 23 September 2012