Andréas Livet
2 years ago
1 changed files with 30 additions and 0 deletions
@ -0,0 +1,30 @@
|
||||
.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; |
||||
} |
Loading…
Reference in new issue