Commit e0af74e5 authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_corporate_identity: horizontal align image except the one in header

parent 3265441c
......@@ -159,6 +159,17 @@
page-break-inside: avoid;
}
.ci-book :not(.ci-book-header-image-wkhtmltopdf-image-wrapper) > img {
page-break-after: avoid;
margin-left: auto;
margin-right: auto;
width: 50%;
display: block;
}
.ci-book :not(.ci-book-header-image-wkhtmltopdf-image-wrapper) > img ~ span {
margin-left: 3cm;
}
.ci-book section:not(:last-child) {
page-break-after: always;
page-break-inside: always;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment