diff --git a/Elwig/Documents/style-businessdocument.css b/Elwig/Documents/style-businessdocument.css index c8c4c9d..9621244 100644 --- a/Elwig/Documents/style-businessdocument.css +++ b/Elwig/Documents/style-businessdocument.css @@ -1,23 +1,8 @@ -header, .address-wrapper, aside, main { +.address-wrapper, aside, main { overflow: hidden; } -header { - height: 45mm; - padding: 5mm; - position: absolute; - top: -25mm; - left: 0; - right: 0; - text-align: center; -} - -header h1 { - font-size: 18pt; - margin-top: 10mm; -} - .spacing { height: 20mm; } diff --git a/Elwig/Documents/style.css b/Elwig/Documents/style.css index a751ccb..6d54f91 100644 --- a/Elwig/Documents/style.css +++ b/Elwig/Documents/style.css @@ -27,6 +27,22 @@ table th { text-align: center; } +header { + height: 45mm; + padding: 5mm; + position: absolute; + top: -25mm; + left: 0; + right: 0; + text-align: center; + overflow: hidden; +} + +header h1 { + font-size: 18pt; + margin-top: 10mm; +} + .footer-wrapper { position: running(page-footer); width: 165mm;