Stupid web tricks: repeating image border using generated content :before and :after.

There should be a dotted border around this paragraph, which is created by nesting :before and :after generated content. Relies on setting specific line height, for the original paragraph though, otherwise the image tessellation goes wonky.

(See also: Multiple Backgrounds and Borders with CSS 2.1 by Nicolas Gallagher.)