remove image shadows. #6737

This commit is contained in:
James Koster 2014-11-13 13:43:07 +00:00
parent e4e4265840
commit 1318b240b3
2 changed files with 2 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -516,12 +516,7 @@ p.demo_store {
height: auto;
display: block;
margin: 0 0 8px;
box-shadow: 0 1px 2px rgba(0,0,0,0.3);
@include transition();
}
a:hover img {
box-shadow: 0 1px 3px 0 rgba(0,0,0,0.4);
box-shadow: none;
}
strong {