Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
$$('.story-section').each(function(el){ el.addEvent('mouseover', function(e){ $('edit-bar-'+el.IDtoString()).show(); }); el.addEvent('mouseout', function(e){ $('edit-bar-'+el.IDtoString()).hide(); }); });
From the Design Piracy series on my blog: