From 1b42644b819044aea2caaa1b9c696b4401b00603 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 18 May 2009 16:23:52 -0700 Subject: [PATCH] More cursor: pointer. --- static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 7e2f9fb..f60756d 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -753,11 +753,11 @@ h1 { .static_note_contents .radio_label { color: #000000; + cursor: pointer; } .static_note_contents .radio_label:hover { color: #ff6600; - cursor: pointer; } .static_note_contents .indented { @@ -1211,11 +1211,11 @@ h1 { overflow: visible; -moz-user-select: none; -webkit-user-select: none; + cursor: pointer; } .radio_label:hover { color: #ff6600; - cursor: pointer; } .radio_spacer {