aboutsummaryrefslogtreecommitdiff
path: root/tmpl/term.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-01-08 18:10:38 -0800
committerAlex Yatskov <alex@foosoft.net>2017-01-08 18:10:38 -0800
commit53a8e9061c482400186c8b041be520a519795c07 (patch)
treef503b6aad323a36579a76b65f62e3e3b14c3dece /tmpl/term.html
parent148291d3a7cea096317c1c8d22f06f6e18cfdcfb (diff)
styling
Diffstat (limited to 'tmpl/term.html')
-rw-r--r--tmpl/term.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/term.html b/tmpl/term.html
index b4d72d4b..a6ae2d26 100644
--- a/tmpl/term.html
+++ b/tmpl/term.html
@@ -31,7 +31,7 @@
{{#if glossary.[1]}}
<ol>
{{#each glossary}}
- <li><span>{{.}}</span></li>
+ <li><span class="term-glossary-item">{{.}}</span></li>
{{/each}}
</ol>
{{else}}