Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
// To make the background fill the whole window with no white border edit the following lines // Line 102 // Draws the site border var PADDING_SITE:Number = -10; var PADDING_SITE_BOTTOM:Number = 0; // Line 293 changeBackground_mc._y = Stage.height - (PADDING_SITE + 14) - 25; // Line 318 footer_mc._y = Stage.height - (PADDING_SITE + changeBackground_mc._height) - 9 - footer_mc._height - 25;
This paste will be private.
From the Design Piracy series on my blog: