Put slide number in top-left corner

This commit is contained in:
Jérôme Petazzoni
2017-10-11 16:00:23 +02:00
parent 553fd6b742
commit 20e9517722

View File

@@ -18,6 +18,12 @@
}
}
/* put slide numbers in top-let corner instead of bottom-right */
div.remark-slide-number {
top: 6px;
left: 6px;
}
body { font-family: 'Droid Serif'; }
h1, h2, h3 {