mft3k

Firefox Extension that adds a MST3K row of seats to the bottom of the browser
git clone Https://wehaveforgeathome.hates.computer/mft3k.git
Log | Files | Refs | LICENSE

commit f5da2bd0159a422afd1999ade141d5eba409ae8e
parent cefed0821c444791d6224f02f68aeb08118e46d6
Author: Ryan Wolf <rwolf@borderstylo.com>
Date:   Fri, 25 Jun 2010 17:23:20 -0700

seets are shorter to block less clicks

Diffstat:
Mchrome/skin/images/empty.png | 0
Mchrome/skin/stylesheets/stylesheet.css | 3+--
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/chrome/skin/images/empty.png b/chrome/skin/images/empty.png Binary files differ. diff --git a/chrome/skin/stylesheets/stylesheet.css b/chrome/skin/stylesheets/stylesheet.css @@ -16,7 +16,6 @@ position: fixed; bottom: 0; left: 0; - height: 90px; width: 100%; } @@ -25,7 +24,7 @@ bottom: 0; left: 0; right: 248px; - height: 90px; + height: 41px; background: url("chrome://mft3k/skin/images/empty.png") right bottom repeat-x; }