Skip to content

Instantly share code, notes, and snippets.

@kylefox
Created February 4, 2010 05:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kylefox/294357 to your computer and use it in GitHub Desktop.
Save kylefox/294357 to your computer and use it in GitHub Desktop.
</style><!-- Prematurely close the opening <style> tag FJ inserts -->
<!-- Add your custom stuff -->
<link rel="stylesheet" href="http://example.com/my-custom.css" type="text/css" charset="utf-8" />
<script src="http://example.com/my-awesome-script.js" type="text/javascript" charset="utf-8"></script>
<!-- Re-open the <style> tag (FJ will automatically add the closing tag) -->
<style type="text/css" media="screen">
#header.container {
width: auto;
padding: 15px;
background: #000000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment