Skip to content

Commit

Permalink
Removed old css styles
Browse files Browse the repository at this point in the history
  • Loading branch information
vovayatsyuk committed Jul 7, 2015
1 parent 10ebc59 commit 6286d1d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions skin/frontend/base/default/css/tm/easycatalogimg.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,3 @@
.easycatalogimg-cols-3:after,
.easycatalogimg-cols-5:after { content: ''; clear: none; }
}

/* EasyCatalogImages */
.navpro-mobile .easycatalog-grid li.item { width: 50% !important; border: none; margin: 0; }
/* clear: left for every third li */
.navpro-mobile .easycatalogimg-cols-2 li.item:nth-of-type(2n+1),
.navpro-mobile .easycatalogimg-cols-4 li.item:nth-of-type(2n+1),
.navpro-mobile .easycatalogimg-cols-6 li.item:nth-of-type(2n+1),
/* clear: left for every third li inside every third .easycatalog-grid */
.navpro-mobile .easycatalogimg-cols-3:nth-of-type(2n+1) li.item:nth-of-type(2n+1),
.navpro-mobile .easycatalogimg-cols-5:nth-of-type(2n+1) li.item:nth-of-type(2n+1),
/* clear: left for every second li inside every second .easycatalog-grid */
.navpro-mobile .easycatalogimg-cols-3:nth-of-type(2n) li.item:nth-of-type(2n),
.navpro-mobile .easycatalogimg-cols-5:nth-of-type(2n) li.item:nth-of-type(2n) { clear: left; }

0 comments on commit 6286d1d

Please sign in to comment.