Skip to content

Commit

Permalink
Tweak to jackedup
Browse files Browse the repository at this point in the history
  • Loading branch information
wavded committed Nov 29, 2011
1 parent 3615d19 commit 021b33d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions theme-src/jackedup.styl
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ html, body { height: 100% }

.humane.humane-js-animate
opacity : 1
transform : translateY(0)
&:hover
opacity : 0.7
5 changes: 5 additions & 0 deletions themes/jackedup.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ body {
.humane.humane-js-animate {
opacity: 1;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
-moz-transform: translateY(0);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.humane.humane-js-animate:hover {
opacity: 0.7;
Expand Down

0 comments on commit 021b33d

Please sign in to comment.