Skip to content

Commit

Permalink
Fix open source corner and linear example on tablet screens
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Oct 8, 2012
1 parent b87fc36 commit 7bf9b42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layout/style.css.sass
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ $easing-width: 120px + 4px
position: absolute position: absolute
top: 11px top: 11px
right: 25px right: 25px
z-index: 2
.easing-title .easing-title
margin-bottom: -35px margin-bottom: -35px
&.easeOutElastic .easing-title &.easeOutElastic .easing-title
Expand Down Expand Up @@ -385,6 +386,7 @@ $easing-width: 120px + 4px
padding: 0 3px padding: 0 3px
background: white background: white
box-shadow: 0 0 6px white box-shadow: 0 0 6px white
z-index: 3
+transition(opacity 400ms) +transition(opacity 400ms)
a a
color: #666 color: #666
Expand Down

0 comments on commit 7bf9b42

Please sign in to comment.