diff options
-rw-r--r-- | actiontabs/style.css | 6 | ||||
-rw-r--r-- | blueview/style.css | 6 | ||||
-rw-r--r-- | goldtype/style.css | 6 | ||||
-rw-r--r-- | monochrome/style.css | 6 |
4 files changed, 8 insertions, 16 deletions
diff --git a/actiontabs/style.css b/actiontabs/style.css index 27712e8..b688ba3 100644 --- a/actiontabs/style.css +++ b/actiontabs/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; } diff --git a/blueview/style.css b/blueview/style.css index ed8c28c..7b10575 100644 --- a/blueview/style.css +++ b/blueview/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; } diff --git a/goldtype/style.css b/goldtype/style.css index 3656fd9..6f2f31c 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; } diff --git a/monochrome/style.css b/monochrome/style.css index 8d69c13..6971782 100644 --- a/monochrome/style.css +++ b/monochrome/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; } |