didn't need the media query

This commit is contained in:
James Koster 2012-12-04 18:26:54 +00:00
parent 64cfe9e81b
commit c4102814d0
2 changed files with 2 additions and 13 deletions

File diff suppressed because one or more lines are too long

View File

@ -583,6 +583,7 @@ p.demo_store {
right: -26px;
text-indent: 0;
background: url(../images/success.png) no-repeat;
background-size:16px 14px;
}
}
@ -613,18 +614,6 @@ p.demo_store {
float:none;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
a.button, button.button, input.button, #respond input#submit, #content input.button {
&.added {
&:before {
background-size:16px 14px;
}
}
}
}
/* =Quantity inputs
-------------------------------------------------------------- */