Browse Source

more symmetrical toc link

Heydon Pickering 8 years ago
parent
commit
997a782481

+ 5 - 1
docs/print-version/index.html

@@ -140,7 +140,11 @@
                </a>
               </p>
               
-                <p class="toc-link"><a href="#toc">Table of contents</a> <span aria-hidden="true">&#x2193;</span></p>
+                <p class="toc-link">
+                  <span aria-hidden="true">&#x2193;</span>
+                  <a href="#toc">Table of contents</a>
+                  <span aria-hidden="true">&#x2193;</span>
+                </p>
               
             </div>
             

File diff suppressed because it is too large
+ 0 - 0
docs/service-worker.js


+ 5 - 1
themes/infusion/layouts/_default/baseof.html

@@ -61,7 +61,11 @@
                </a>
               </p>
               {{ if eq .Type "print-version" }}
-                <p class="toc-link"><a href="#toc">Table of contents</a> <span aria-hidden="true">&#x2193;</span></p>
+                <p class="toc-link">
+                  <span aria-hidden="true">&#x2193;</span>
+                  <a href="#toc">Table of contents</a>
+                  <span aria-hidden="true">&#x2193;</span>
+                </p>
               {{ end }}
             </div>
             {{ block "nav" . }}

Some files were not shown because too many files changed in this diff