Skip to content

Commit

Permalink
fix css issue with surfer 3 in green
Browse files Browse the repository at this point in the history
  • Loading branch information
gradus committed Feb 18, 2012
1 parent c4d4421 commit 8f3a74d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ScoreBoard",
"description": "An Application for Scoring surf contests",
"version": "0.0.2-7",
"version": "0.0.2-9",
"homepage": "http://",
"author": "Kris Windham",
"private": true,
Expand All @@ -26,4 +26,4 @@
"node": "0.6 || 0.7"
},
"subdomain": "surf-scoreboard"
}
}
4 changes: 2 additions & 2 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ input#score, input#score2, input#score3, input#score4, input#score5, input#score

#surfer3 {
cursor: pointer;
padding 3px;
padding: 3px;
color: #ffffff;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: green;
background-color: green;
border: 1px solid #171717;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
Expand Down

0 comments on commit 8f3a74d

Please sign in to comment.