diff options
| author | Cameron McEfee <cameron@github.com> | 2011-03-04 14:55:35 -0800 |
|---|---|---|
| committer | Cameron McEfee <cameron@github.com> | 2011-03-04 14:55:35 -0800 |
| commit | 568f51e8f35f4e52f1820381725f16ec756e7fbe (patch) | |
| tree | 1ffb56716ae97688dc0bcbe7ad3f656f9e7dca80 /css/style.css | |
| parent | 76d0ec9a12f6424b23f7e80295638e69e6f98b44 (diff) | |
shouldn't get select cursor for stuff you can't select
Diffstat (limited to 'css/style.css')
| -rwxr-xr-x | css/style.css | 2 |
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 { |
