Skip to content

Commit

Permalink
update css
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielecirulli committed Mar 11, 2014
1 parent f251f5c commit 29e4b85
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions style/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,16 +131,6 @@ hr {
100% {
opacity: 1; } }

.game-container .game-message a {
display: inline-block;
background: #8f7a66;
border-radius: 3px;
padding: 0 20px;
text-decoration: none;
color: #f9f6f2;
height: 40px;
line-height: 42px; }

.game-container {
margin-top: 40px;
position: relative;
Expand Down Expand Up @@ -180,6 +170,14 @@ hr {
display: block;
margin-top: 59px; }
.game-container .game-message a {
display: inline-block;
background: #8f7a66;
border-radius: 3px;
padding: 0 20px;
text-decoration: none;
color: #f9f6f2;
height: 40px;
line-height: 42px;
margin-left: 9px; }
.game-container .game-message.game-won {
background: rgba(237, 194, 46, 0.5);
Expand Down Expand Up @@ -504,6 +502,14 @@ hr {
display: block;
margin-top: 59px; }
.game-container .game-message a {
display: inline-block;
background: #8f7a66;
border-radius: 3px;
padding: 0 20px;
text-decoration: none;
color: #f9f6f2;
height: 40px;
line-height: 42px;
margin-left: 9px; }
.game-container .game-message.game-won {
background: rgba(237, 194, 46, 0.5);
Expand Down

0 comments on commit 29e4b85

Please sign in to comment.