Skip to content

Commit

Permalink
Tweaked default css opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
benschwarz committed Sep 28, 2008
1 parent 4a1e063 commit 7b4b4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/css/choones.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
div#choones { position: absolute; bottom: 0; left: 0; right: 0; background-color: black; filter:alpha(opacity=90); -moz-opacity: 0.9; opacity: 0.9; padding: 1.2em 0 1.2em 5.5em; display: none; background-repeat: no-repeat; background-position: 1em 1.5em;}
div#choones { position: absolute; bottom: 0; left: 0; right: 0; background-color: black; filter:alpha(opacity=85); -moz-opacity: 0.85; opacity: 0.85; padding: 1.2em 0 1.2em 5.5em; display: none; background-repeat: no-repeat; background-position: 1em 1.5em;}
.success { background-image: url('../images/missile-launch_32.png'); }
.failure { background-image: url('../images/bomb_32.png'); }
div#choones h1 { font-size: 2em; }
Expand Down

0 comments on commit 7b4b4fa

Please sign in to comment.