first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
// Fixs for IE
|
||||
/************** DOM READY --> Begin ***********************/
|
||||
|
||||
$(function() {
|
||||
$('.image-grid li:nth-child(3n)').addClass('last');
|
||||
});
|
||||
|
||||
/************** DOM READY --> END *************************/
|
||||
Reference in New Issue
Block a user