Team:British Columbia/Test/Custom CSS
From 2014.igem.org
(Difference between revisions)
Line 27: | Line 27: | ||
<!-- ====================== Bootstrap custom styles for this template ==================== --> | <!-- ====================== Bootstrap custom styles for this template ==================== --> | ||
<link href="https://2014.igem.org/Team:British_Columbia/offcanvas.css?action=raw&ctype=text/css" rel="stylesheet"> | <link href="https://2014.igem.org/Team:British_Columbia/offcanvas.css?action=raw&ctype=text/css" rel="stylesheet"> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
<title>2014 UBC iGEM</title> | <title>2014 UBC iGEM</title> | ||
Line 100: | Line 91: | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js?action=raw"></script> | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js?action=raw"></script> | ||
<script src="https://2014.igem.org/Team:British_Columbia/bootstrap.js?action=raw"></script> | <script src="https://2014.igem.org/Team:British_Columbia/bootstrap.js?action=raw"></script> | ||
+ | |||
+ | |||
+ | <!-- ================= From SDU-Denmark: Remove all empty <p> tags ============== --> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function() { | ||
+ | $("p").filter( function() { | ||
+ | return $.trim($(this).html()) == ''; | ||
+ | }).remove() | ||
+ | }); | ||
+ | </script> | ||
+ | |||
</head> | </head> | ||
</html> | </html> |
Revision as of 23:47, 17 October 2014