diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-01-22 16:26:56 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-01-22 16:26:56 +0100 |
commit | 5afc74f749a0f84840f246b01737b6ae6a15a428 (patch) | |
tree | 20c511779a987851821a4798dcc794eec5b916ba | |
parent | 5c9571c9472658bf104d715b53844cb4d527b395 (diff) | |
parent | 463148e1e0e7722afc186211ec3d90353cf59981 (diff) |
Merge branch 'ikiwiki' into fixup
-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 3efb027..f20e5f1 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 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; } 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; } |