diff options
| author | Josh Brewer | 2011-04-18 21:25:30 -0700 | 
|---|---|---|
| committer | Josh Brewer | 2011-04-18 21:25:30 -0700 | 
| commit | 8834e628c7403f7134ab672d45189f88eb54efcd (patch) | |
| tree | d03aed8dc4646c9462cc030376a05306fd315a85 | |
| parent | 73285aee80f90c7b83a6014f8c4af1825d33b3f5 (diff) | |
| download | ffffallback-8834e628c7403f7134ab672d45189f88eb54efcd.tar.bz2 | |
class should be an id
| -rw-r--r-- | site/index.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/site/index.html b/site/index.html index 031b15e..25ceea2 100644 --- a/site/index.html +++ b/site/index.html @@ -33,7 +33,7 @@      <p><strong><span class="brave"><i class="ir">It's a brave new world.</i></span> Web fonts are here, sparking an exciting new era in web design. Ffffallback makes it easy to find the perfect fallback fonts, so you can make sure your designs degrade gracefully. Fffallback means better layouts for everyone.</strong></p>       <p>So in the spirit of bulletproof web design, we give you…</p> -    <div id="bkmrklt"> +    <div id="bookmarklet">        <a href="#">ffffallback</a>        <span>the bookmarklet!</span>      </div> | 
