Merge branch 'pr/9749'

This commit is contained in:
Mike Jolley 2015-12-04 12:05:55 +00:00
commit b09851c642
3 changed files with 13 additions and 11 deletions

File diff suppressed because one or more lines are too long

View File

@ -99,16 +99,18 @@
/**
* Products
*/
ul.products {
li.product {
width: 48%;
float: left;
clear: both;
margin: 0 0 2.992em;
&[class*="columns-"] {
ul.products {
li.product {
width: 48%;
float: left;
clear: both;
margin: 0 0 2.992em;
&:nth-child(2n) {
float: right;
clear: none !important;
&:nth-child(2n) {
float: right;
clear: none !important;
}
}
}
}

File diff suppressed because one or more lines are too long