Template:RESET
From 2014.igem.org
(Difference between revisions)
(Created page with "<html> <style type="text/css"> #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { display:none;} #top-section { border: none; height: 0p...") |
|||
Line 41: | Line 41: | ||
</style> | </style> | ||
- | </html | + | |
+ | <!-- Remove all empty <p> tags -- | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function() { | ||
+ | $("p").filter( function() { | ||
+ | return $.trim($(this).html()) == ''; | ||
+ | }).remove() | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | <!doctype html> | ||
+ | <!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]--> | ||
+ | <!--[if (gte IE 9)|!(IE)]><html lang="en" class="no-js"> <![endif]--> | ||
+ | |||
+ | </html> |
Revision as of 07:49, 16 September 2014