some style fixes

Conflicts:
	templates/8chan/boards-tags.html
This commit is contained in:
8chan 2015-03-11 18:22:22 -07:00 committed by czaks
parent 4b782d6163
commit c4fc827332
3 changed files with 8 additions and 4 deletions

View file

@ -16,7 +16,7 @@ $(document).ready(function(){
$('form[name="postcontrols"] > .delete')
.first()
.before('<div id="thread_stats" style="float:left;"></div>');
.before('<div id="thread_stats"></div>');
var el = $('#thread_stats');
el.prepend('Page <span id="thread_stats_page">?</span>');
if (IDsupport){