diff options
| -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> |
