diff options
| author | Josh Brewer | 2011-04-05 22:23:39 -0700 | 
|---|---|---|
| committer | Josh Brewer | 2011-04-05 22:23:39 -0700 | 
| commit | deb501bd1ae890143a3921767c64439867ac5e79 (patch) | |
| tree | f4e45a986c2a6035ce9930f3c4386815c4faf990 | |
| parent | 2021eccf173e30f4204ace8542cd1bafaea13c76 (diff) | |
| download | ffffallback-deb501bd1ae890143a3921767c64439867ac5e79.tar.bz2 | |
test page update
| -rw-r--r-- | secret.html | 11 | 
1 files changed, 9 insertions, 2 deletions
| diff --git a/secret.html b/secret.html index 6e12aac..d6ff420 100644 --- a/secret.html +++ b/secret.html @@ -8,19 +8,26 @@        color:#444;        font: normal normal normal 1em/1.5 'Helvetica Neue', Arial, Helvetica, sans-serif;      } -      h2 { -      font-family: 'lucida grande'; +      font-family: Georgia, serif; +    } +    #main { +      margin:0 auto; +      width:600px;      }    </style>  </head>  <body> +  <div id="main">    <hgroup>      <h1>FFFFALLBACK</h1>      <h2>A simple tool for bulletproof web typography.</h2>    </hgroup>    <p>Shhhh! This is top secret. Grab the bookmarklet and take it for a spin. Please send any and all feedback to me at <a href="mailto:josh@jbrewer.me">feedback@ffffallback.com</a></p>    <p>This is the bookmarklet: <a id="bookmarklet" href="#">ffffallback</a>—drag it to your bookmarks bar and brace yourself for an onslaught of unicorns and rainbows.</p> +  </div> +   +      <script>      var myURL = window.location.toString();      if(myURL.indexOf('#') >= 0) { | 
