You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
400 B
30 lines
400 B
2 years ago
|
.wy-grid-for-nav {
|
||
|
position: static !important;
|
||
|
}
|
||
|
|
||
|
@page {
|
||
|
@bottom-center {
|
||
|
content: counter(page);
|
||
|
}
|
||
|
|
||
|
counter-increment: page
|
||
|
}
|
||
|
|
||
|
@page :first {
|
||
|
counter-reset: page 1;
|
||
|
@bottom-center {
|
||
|
content: "";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
h2 {
|
||
|
break-before: always;
|
||
|
}
|
||
|
|
||
|
#montage-de-la-direction {
|
||
|
break-before: always;
|
||
|
}
|
||
|
|
||
|
a[href^="#montage-de-la-direction"] {
|
||
|
break-before: always;
|
||
|
}
|