topic cleanup and begin cerulean port

This commit is contained in:
psychobunny
2013-09-10 15:50:21 -04:00
parent de8d6d3c8c
commit ac4803961a
4 changed files with 315 additions and 341 deletions

View File

@@ -624,9 +624,9 @@
});
}
jQuery('.post-author-info').css('bottom', '0px');
postAuthorImage = postAuthorImage || document.getElementById('post-author-image');
postAuthorInfo = postAuthorInfo || document.getElementById('post-author-info');
jQuery('.mobile-author-info').css('bottom', '0px');
postAuthorImage = postAuthorImage || document.getElementById('mobile-author-image');
postAuthorInfo = postAuthorInfo || document.getElementById('mobile-author-info');
pagination = pagination || document.getElementById('pagination');
pagination.parentNode.style.display = 'block';