Deploying to gh-pages from @ dolanmiu/docx@b0d6be1929 🚀

This commit is contained in:
dolanmiu
2021-10-29 11:40:38 +00:00
parent f5482fe56a
commit 5fca1b83b5
289 changed files with 336 additions and 332 deletions

File diff suppressed because one or more lines are too long

View File

@ -641,6 +641,10 @@ footer {
border-top: 1px solid var(--color-panel-divider);
background-color: var(--color-panel);
}
footer:after {
content: "";
display: table;
}
footer.with-border-bottom {
border-bottom: 1px solid var(--color-panel-divider);
}