Browse Source

Create captions counter on body element to prevent reset at every figcaption.

Marcus Brinkmann 9 years ago
parent
commit
76f09bff13
1 changed files with 4 additions and 0 deletions
  1. 4 0
      static/css/hugo-academic.css

+ 4 - 0
static/css/hugo-academic.css

@@ -91,6 +91,10 @@ video {
     display: block;
     display: block;
 }
 }
 
 
+body {
+    counter-reset: captions;
+}
+
 figcaption:before {
 figcaption:before {
     font-weight: 700;
     font-weight: 700;
     text-transform: uppercase;
     text-transform: uppercase;