diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-01-22 15:23:37 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-01-22 15:23:37 +0100 |
commit | 463148e1e0e7722afc186211ec3d90353cf59981 (patch) | |
tree | cc7a87f02475b7755ae25350a345cd695983aa67 | |
parent | a6b047be4ea244715a4ae5182d7c469c8948c31c (diff) |
Sync with ikiwiki 3.20141016.1.
-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; } |