From d157eafca4cdc0676157973b188f9ce3fa7b3cb0 Mon Sep 17 00:00:00 2001 From: James Campos Date: Mon, 13 Dec 2010 03:49:39 -0800 Subject: [PATCH] label / a styling --- 4chan_x.coffee | 3 +-- 4chan_x.js | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/4chan_x.coffee b/4chan_x.coffee index a46ea0067..3d6b63c78 100644 --- a/4chan_x.coffee +++ b/4chan_x.coffee @@ -63,8 +63,7 @@ AEOS = div.dialog > div.move { cursor: move; } - div.dialog label, - div.dialog a { + label, a { cursor: pointer; } ' diff --git a/4chan_x.js b/4chan_x.js index 303ca8d24..d74a2eb4d 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -68,8 +68,7 @@ div.dialog > div.move {\ cursor: move;\ }\ - div.dialog label,\ - div.dialog a {\ + label, a {\ cursor: pointer;\ }\ ');