diff options
| -rw-r--r-- | site/index.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/site/index.html b/site/index.html index 402a953..9e6d452 100644 --- a/site/index.html +++ b/site/index.html @@ -16,11 +16,11 @@    <script type="text/javascript">try{Typekit.load();}catch(e){}</script>    <link rel="stylesheet" href="css/screen2.css"> - +  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>    <script src="js/jquery.lettering.js"></script>    <script>      $(document).ready(function() { -      $("h1").lettering(); +      $("#content h1").lettering();      });    </script>    <!--[if lt IE 9]> | 
