blob: 2e462188f429f59a3edc3c2d38fe148a09b4a7e1 [file] [log] [blame]
body {
counter-reset: figCount;
}
figure {
text-align: center;
}
.Imagecount:before {
counter-increment: figCount;
content: "Fig " counter(figCount);
}
.Image:before {
font-weight: bold;
content: "Figure " counter(figCount);
}