From: Joey Hess Date: Sun, 2 May 2010 21:01:28 +0000 (-0400) Subject: ff also needs footer and nav forced to block X-Git-Tag: 3.20100504~27 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/d37ff8d29993ccea880e36eba620e1ecdf91b80f?hp=43eef80b46e157ec32037d198f7341adef338c50 ff also needs footer and nav forced to block --- diff --git a/doc/style.css b/doc/style.css index 82de8fe6e..f2f558497 100644 --- a/doc/style.css +++ b/doc/style.css @@ -4,10 +4,10 @@ * local.css and use it to override or change settings in this one. */ -article { - display: block; -} -header { +article, +header, +footer, +nav { display: block; }