Search results layout problem in Safari

OS 10.9.1
Safari 7.0.1


Same with Firefox and Opera

both IE and firefox on windows XP &7 too
not that it was particularly useful in the first place. but now completely bung

If you want a temporary fix just to make it work. Open your browser console and paste this script (after you made a search, needed after you hit ‘load more’ as well):

$(".search-result .inner").width(“100%”).css(‘padding’, 0);

We’re on it!

… And now it should be fixed.

fixed indeed. tak!