fixed #58 and update ease preview png

This commit is contained in:
Vanessa 2012-08-10 11:23:09 +08:00
parent ea872adba4
commit 4bed126440
4 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@
// init
$(document).ready(function () {
Util.init();
Util.replaceSideEm($("#naviComments li"));
Util.replaceSideEm($("#naviComments li .side-comment"));
// brush
buildBrush();

View File

@ -77,7 +77,7 @@ Theme by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa
});
Util.init();
Util.replaceSideEm($("#recentComments li"));
Util.replaceSideEm($("#recentComments li .side-comment"));
});
</script>
${plugins}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -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) {