Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
drcrawfo authored Apr 9, 2017
1 parent 9d3c4fa commit cea95f3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ol, ul {
float: left;
font-size: 100px;
font-weight: bold;
line-height: 120px;
line-height: 200px;
height: 200px;
width: 200px;
margin-right: -1px;
Expand Down Expand Up @@ -64,9 +64,10 @@ ol, ul {
}

.player-stack {
height: 200px;
width: 200px;
line-height: 200px;
display: inline-block;
padding: 10px;
border-bottom: 2px solid transparent;
}
.player-stack.selected {
background-color: #ddd;
Expand All @@ -76,7 +77,7 @@ ol, ul {
margin-bottom: 10px;
margin-top: 10px;
display: inline-block;
font-size: 50px;
font-size: 60px;
border: 1px solid transparent;
}
.stack-container.active {
Expand Down

0 comments on commit cea95f3

Please sign in to comment.