From 568f51e8f35f4e52f1820381725f16ec756e7fbe Mon Sep 17 00:00:00 2001 From: Cameron McEfee Date: Fri, 4 Mar 2011 14:55:35 -0800 Subject: shouldn't get select cursor for stuff you can't select --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css') diff --git a/css/style.css b/css/style.css index f7bd960..53721a0 100755 --- a/css/style.css +++ b/css/style.css @@ -126,7 +126,7 @@ pre .codeline span { -moz-user-select: none; -khtml-user-select: none; user-select: none; - + cursor: default; } pre .codeline span:hover { -- cgit v1.3.1