From 4ef8cb05ee157700ec8d0006588c9bb68b7bc8b1 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sun, 11 Dec 2011 08:07:26 +0100 Subject: [PATCH] Remove dead link. --- 4chan_x.user.js | 4 ++-- script.coffee | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index c3df38d43..cbd16d96a 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3255,9 +3255,9 @@ #overlay {\ position: fixed;\ top: 0;\ + right: 0;\ left: 0;\ - height: 100%;\ - width: 100%;\ + bottom: 0;\ text-align: center;\ background: rgba(0,0,0,.5);\ }\ diff --git a/script.coffee b/script.coffee index fca7c1ad8..bde48d9b9 100644 --- a/script.coffee +++ b/script.coffee @@ -101,7 +101,6 @@ config = # XXX chrome can't into `{log} = console` if console? # XXX scriptish - console.log.apply is not a function - # https://github.com/scriptish/scriptish/issues/3 log = (arg) -> console.log arg @@ -2607,9 +2606,9 @@ Main = #overlay { position: fixed; top: 0; + right: 0; left: 0; - height: 100%; - width: 100%; + bottom: 0; text-align: center; background: rgba(0,0,0,.5); }