diff --git a/andrea/footer.ftl b/andrea/footer.ftl index d1b757b..e83e343 100644 --- a/andrea/footer.ftl +++ b/andrea/footer.ftl @@ -47,7 +47,7 @@ // init $(document).ready(function () { Util.init(); - Util.replaceSideEm($("#naviComments li")); + Util.replaceSideEm($("#naviComments li .side-comment")); // brush buildBrush(); diff --git a/classic/footer.ftl b/classic/footer.ftl index 8d7e3a8..9259dcd 100644 --- a/classic/footer.ftl +++ b/classic/footer.ftl @@ -77,7 +77,7 @@ Theme by Vanessa }); Util.init(); - Util.replaceSideEm($("#recentComments li")); + Util.replaceSideEm($("#recentComments li .side-comment")); }); ${plugins} diff --git a/helper/skin-preview/ease.png b/helper/skin-preview/ease.png index a874fb9..a82269c 100644 Binary files a/helper/skin-preview/ease.png and b/helper/skin-preview/ease.png differ diff --git a/i-nove/footer.ftl b/i-nove/footer.ftl index d738c81..6325403 100644 --- a/i-nove/footer.ftl +++ b/i-nove/footer.ftl @@ -44,7 +44,7 @@ $(document).ready(function () { Util.init(); - Util.replaceSideEm($(".side-navi .navi-comments li div.left")); + Util.replaceSideEm($(".side-navi .navi-comments li .side-comment")); // set selected navi $("#header-navi li").each(function (i) {