From 71443a5c317612a8aa07ae7a4249cb332aca89bd Mon Sep 17 00:00:00 2001 From: James Campos Date: Sat, 9 Apr 2011 01:30:42 -0700 Subject: [PATCH] fix css --- 4chan_x.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.js b/4chan_x.js index b6324dfdd..46091b379 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -1887,7 +1887,7 @@ div.dialog > div.move {\ cursor: move;\ }\ - label, a, {\ + label, a {\ cursor: pointer;\ }\ \ diff --git a/script.coffee b/script.coffee index 6890701b4..09c6604ab 100644 --- a/script.coffee +++ b/script.coffee @@ -1500,7 +1500,7 @@ $.addStyle ' div.dialog > div.move { cursor: move; } - label, a, { + label, a { cursor: pointer; }