Skip to content

Commit

Permalink
Merge pull request otwcode#557 from sarken/issue_2985
Browse files Browse the repository at this point in the history
Fix issue 2985 with invalid cursor value
  • Loading branch information
elzj committed Apr 1, 2012
2 parents 1761cbe + 00a5978 commit 3758263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/stylesheets/site/2.0/02-elements.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ a, a:link, a:visited:hover {
color: #111;
text-decoration: none;
border-bottom: 1px solid;
cursor: hand;
cursor: pointer;
}

a:visited {
Expand Down

0 comments on commit 3758263

Please sign in to comment.