diff options
Diffstat (limited to 'goldtype')
-rw-r--r-- | goldtype/style.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/goldtype/style.css b/goldtype/style.css index ab2216d..c4bcc86 100644 --- a/goldtype/style.css +++ b/goldtype/style.css @@ -5,10 +5,8 @@ */ /* html5 compat */ -article, -header, -footer, -nav { +article,aside,details,figcaption,figure, +footer,header,hgroup,menu,nav,section { display: block; } |