diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-03 12:44:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-03 12:44:11 -0400 |
commit | b24235c1534ac40eccd196c948a4cce1766b5dd7 (patch) | |
tree | 520cb19eecdb48b4681968895c3afc10e5778636 /doc | |
parent | bfc13b9070981ba3cd73b901af9c29a50ca0114d (diff) | |
download | ikiwiki-b24235c1534ac40eccd196c948a4cce1766b5dd7.tar ikiwiki-b24235c1534ac40eccd196c948a4cce1766b5dd7.tar.gz |
style.css: Add compatability definitions for more block-level html5 elements. Closes: #731199
Diffstat (limited to 'doc')
-rw-r--r-- | doc/style.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/style.css b/doc/style.css index 067a3bf7a..4c48e5c7b 100644 --- a/doc/style.css +++ b/doc/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; } |