From ca1bb6dbdefa502d8e04c9230983b09b7a17207c Mon Sep 17 00:00:00 2001 From: James Campos Date: Wed, 15 Jun 2011 00:36:47 -0700 Subject: [PATCH] I guess op needs this too --- 4chan_x.user.js | 2 -- script.coffee | 2 -- 2 files changed, 4 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 1c0ea52a0..a6fda66ba 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2657,8 +2657,6 @@ }\ body.fitwidth img[md5] + img {\ max-width: 100%;\ - }\ - body.fitwidth table img[md5] + img {\ width: -moz-calc(100%); /* hack so only firefox sees this */\ }\ \ diff --git a/script.coffee b/script.coffee index fc591a93d..e84e9e802 100644 --- a/script.coffee +++ b/script.coffee @@ -2027,8 +2027,6 @@ main = } body.fitwidth img[md5] + img { max-width: 100%; - } - body.fitwidth table img[md5] + img { width: -moz-calc(100%); /* hack so only firefox sees this */ }