ff also needs footer and nav forced to block

master
Joey Hess 2010-05-02 17:01:28 -04:00
parent 43eef80b46
commit d37ff8d299
1 changed files with 4 additions and 4 deletions

View File

@ -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;
}