diff options
| author | Josh Brewer | 2011-04-18 21:36:23 -0700 | 
|---|---|---|
| committer | Josh Brewer | 2011-04-18 21:36:23 -0700 | 
| commit | 885a1794fe06989e1092ae81b9abd1bd18fadcc7 (patch) | |
| tree | 1c545dbbebcd542e0d30e67bee41c61da0e41882 | |
| parent | be9698014aea4518c5897ce3f781410f51db6a83 (diff) | |
| download | ffffallback-885a1794fe06989e1092ae81b9abd1bd18fadcc7.tar.bz2 | |
reverted to see if I can get the bookmarkelt working again :)
| -rw-r--r-- | bookmarklet/ffffallback.css | 1 | ||||
| -rw-r--r-- | site/index.html | 2 | 
2 files changed, 1 insertions, 2 deletions
| diff --git a/bookmarklet/ffffallback.css b/bookmarklet/ffffallback.css index 476aa12..cfc638b 100644 --- a/bookmarklet/ffffallback.css +++ b/bookmarklet/ffffallback.css @@ -74,7 +74,6 @@ body.ffffallback-hide-original #ffffallback-content-container {    opacity: 1!important;  } -/* webkit scrollbar stuff from http://beautifulpixels.com/goodies/create-custom-webkit-scrollbar/ */  #ffffallback-controller {    display: block!important;    position: fixed!important; diff --git a/site/index.html b/site/index.html index 7ab006b..26f9a40 100644 --- a/site/index.html +++ b/site/index.html @@ -36,7 +36,7 @@      <p>So in the spirit of bulletproof web design, we give you…</p>      <div class="bkmrklt"> -      <a href="#">ffffallback</a> +      <a href="#" id="bookmarklet">ffffallback</a>        <span>the bookmarklet!</span>      </div> | 
