diff options
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css index ea18ca0c3..82de8fe6e 100644 --- a/doc/style.css +++ b/doc/style.css @@ -4,6 +4,13 @@ * local.css and use it to override or change settings in this one. */ +article { + display: block; +} +header { + display: block; +} + .header { margin: 0; font-size: 22px; |