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 * Products
*/ */
ul.products { &[class*="columns-"] {
li.product { ul.products {
width: 48%; li.product {
float: left; width: 48%;
clear: both; float: left;
margin: 0 0 2.992em; clear: both;
margin: 0 0 2.992em;
&:nth-child(2n) { &:nth-child(2n) {
float: right; float: right;
clear: none !important; clear: none !important;
}
} }
} }
} }

File diff suppressed because one or more lines are too long