Ajout traits de coupe

This commit is contained in:
2019-07-19 12:57:08 +02:00
parent d4c2d0a690
commit a3039f637c
11 changed files with 127 additions and 64 deletions
+6 -2
View File
@@ -4,17 +4,21 @@
font-size: 12pt;
text-transform: uppercase;
}
.capital {
text-transform: uppercase;
font-size: 12pt;
}
.center{
.center {
text-align: center;
}
.align-right{
.align-right {
text-align: right;
}
// Notes de fin de chapitres
[data-note] {
position: relative;
counter-increment: footnote;