View difference between Paste ID: 5DNNhVhz and fLVkE4Fw
SHOW: | | - or go back to the newest paste.
1
$(document).ready(function(){
2
    var url = window.location.pathname;
3
    var page = url.split('/')[1];
4
    if(page == 'ask'){
5
      $('#posts').css('width', '505px');
6-
      $('.entry').css('width', '520px');
6+
7-
      $('.text').css('width', '520px');
7+
8
});