Created
September 8, 2014 11:28
-
-
Save richtabor/4f7f42ed43fe1a38dd35 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.products li .portfolio:hover img, | |
.widget_bean_portfolio li:hover img, | |
#portfolio-grid li .portfolio:hover img, | |
li.masonry-item.grid-masonry:hover img { | |
-webkit-transform:scale(1.0)!important; | |
-moz-transform:scale(1.0)!important; | |
-o-transform:scale(1.0)!important; | |
transform:scale(1.=)!important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment