Difference between revisions of "Template:Pitt"

Line 72: Line 72:
 
$(this).css("width", newWidth + 'px');
 
$(this).css("width", newWidth + 'px');
 
});
 
});
var c = document.getElementById("bannerCanvas");
 
c.height = $(window).height();
 
c.width = $(window).width();
 
var ctx = c.getContext('2d');
 
ctx.fillRect(0, 0, c.width, c.height);
 
 
     },
 
     },
 
     methods = {
 
     methods = {
Line 294: Line 289:
 
margin: 0px;
 
margin: 0px;
 
white-space: nowrap;
 
white-space: nowrap;
 +
width:14%;
 
}
 
}
  

Revision as of 07:59, 18 September 2015