Skip to content

Commit

Permalink
minor css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fabslab committed Mar 8, 2014
1 parent e6c31e0 commit 25a3512
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions public/styles/main.css
Expand Up @@ -218,19 +218,18 @@ a {

#play {
margin-bottom: -15px;
margin-left: 20px;
margin-right: 15px;
margin-left: 25px;
margin-right: 20px;
width: 90px;
height: 80px;
background-position: -86px -1px;
}

#play.sprite-pause {
margin-left: 22px;
margin-right: 20px;
margin-left: 27px;
margin-right: 25px;
margin-bottom: -17px;
opacity: 0.9;
opacity: 0.9;
opacity: 0.85;
transition: opacity 0.2s;
width: 83px;
height: 82px;
Expand All @@ -242,7 +241,7 @@ a {
}

#prev, #next {
opacity: 0.9;
opacity: 0.85;
transition: opacity 0.2s;
width: 69px;
height: 43px;
Expand Down

0 comments on commit 25a3512

Please sign in to comment.