summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCameron McEfee <cameron@github.com>2011-03-04 14:55:35 -0800
committerCameron McEfee <cameron@github.com>2011-03-04 14:55:35 -0800
commit568f51e8f35f4e52f1820381725f16ec756e7fbe (patch)
tree1ffb56716ae97688dc0bcbe7ad3f656f9e7dca80
parent76d0ec9a12f6424b23f7e80295638e69e6f98b44 (diff)
shouldn't get select cursor for stuff you can't select
-rwxr-xr-xcss/style.css2
1 files changed, 1 insertions, 1 deletions
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 {