Populat notices and some css cleanup

This commit is contained in:
sarven
2009-01-22 21:03:59 +00:00
parent 0e69402394
commit 785ffd5b9b
4 changed files with 45 additions and 26 deletions

View File

@@ -184,7 +184,7 @@ $(document).ready(function(){
$("#form_notice").ajaxForm(PostNotice);
$("#form_notice").each(addAjaxHidden);
$(".notice").hover(
$("#content .notice").hover(
function () {
$(this).addClass('hover');
},