A collection of tricks that were needed to create the new stylesheets
Merging the borders of two ajacent divs/controls
Two borders next to each other are ugly, and border-collapse does not work for divs. You can hide one border, but when the border changes on hover for instance that is fugly. See the following fiddle for the trick to solve it.