summaryrefslogtreecommitdiffstats
path: root/styles/nohtml5.css
blob: 21c18df2f5756d53c5537da48d612dc222fe1461 (plain)
1
2
3
4
5
/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, section, footer, address {
        display: block;
}