From 463148e1e0e7722afc186211ec3d90353cf59981 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 22 Jan 2015 15:23:37 +0100 Subject: Sync with ikiwiki 3.20141016.1. --- actiontabs/style.css | 6 ++---- blueview/style.css | 6 ++---- goldtype/style.css | 6 ++---- 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; } -- cgit v1.2.3