/* - - - - - - - - - - - - - - - - - - - - -
HTML5 support:

- Most modern browsers support the new HTML5 elements.
- Unfortunately most browsers render them with 'display:inline'
- This CSS file fixes that.

Hopefully we can just dispose of this file in the future.
- - - - - - - - - - - - - - - - - - - - - */

article,
aside,
dialog,
nav,
footer,
header,
section {
  display: block;
}

canvas,
figure{ }
