]> sipb.mit.edu Git - ikiwiki.git/commitdiff
style.css: Add compatability definitions for more block-level html5 elements. Closes...
authorJoey Hess <joey@kitenet.net>
Tue, 3 Dec 2013 16:44:11 +0000 (12:44 -0400)
committerJoey Hess <joey@kitenet.net>
Tue, 3 Dec 2013 16:44:11 +0000 (12:44 -0400)
debian/changelog
doc/style.css

index a984aa4f29228ca7e9706294a4a20f449e18facb..1b0fd18ff656759b282898c04263c1cc36736d09 100644 (file)
@@ -18,6 +18,8 @@ ikiwiki (3.20130904.2) UNRELEASED; urgency=low
     corrupt themselves, which happens all too frequently).
   * osm: Remove invalid use of charset on embedded javascript tags.
     Closes: #731197
+  * style.css: Add compatability definitions for more block-level
+    html5 elements. Closes: #731199
 
  -- Joey Hess <joeyh@debian.org>  Thu, 05 Sep 2013 10:01:10 -0400
 
index 067a3bf7a65f4449bcd2452407c137dc5c27dc2b..4c48e5c7b9ebbcb2b9b1d6a9f49915c727f2b55c 100644 (file)
@@ -5,10 +5,8 @@
  */
 
 /* html5 compat */
-article,
-header,
-footer,
-nav {
+article,aside,details,figcaption,figure,
+footer,header,hgroup,menu,nav,section {
        display: block;
 }