mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-06 00:46:56 +00:00
Put slide number in top-left corner
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user