diff --git a/static/js/news.js b/static/js/news.js index be2244e9..2a520683 100644 --- a/static/js/news.js +++ b/static/js/news.js @@ -122,6 +122,7 @@ pandora.ui.news = function(width, height) { } }) .appendTo($left); + $('
').css({height: '16px'}).appendTo($left); } } @@ -180,6 +181,7 @@ pandora.ui.news = function(width, height) { }) .appendTo($right); }); + $('
').css({height: '16px'}).appendTo($right); } function selectItem() {