diff options
-rw-r--r-- | doc/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
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; } |