|
@@ -36,7 +36,7 @@
|
|
|
.body:before,
|
|
|
.body:after {
|
|
|
display: block;
|
|
|
- font-family: "Belgika8th", sans-serif;
|
|
|
+ font-family: sans-serif;
|
|
|
font-size: 6pt;
|
|
|
line-height: $line-height;
|
|
|
letter-spacing: 0.25pt;
|
|
@@ -47,10 +47,9 @@
|
|
|
.body:after { bottom: $line-height * -3; }
|
|
|
|
|
|
|
|
|
-
|
|
|
+.paper:nth-child(odd) .body:before { content: "Pied de page"; }
|
|
|
|
|
|
-
|
|
|
-.paper:nth-child(even) .body:before { content: "Médor — hiver 2016-2017"; }
|
|
|
+.paper:nth-child(even) .body:before { content: "Pied de page"; }
|
|
|
|
|
|
.body:after { content: counter(folio); z-index: 499;}
|
|
|
|