diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-01-08 18:10:38 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-01-08 18:10:38 -0800 |
commit | 53a8e9061c482400186c8b041be520a519795c07 (patch) | |
tree | f503b6aad323a36579a76b65f62e3e3b14c3dece /tmpl/term.html | |
parent | 148291d3a7cea096317c1c8d22f06f6e18cfdcfb (diff) |
styling
Diffstat (limited to 'tmpl/term.html')
-rw-r--r-- | tmpl/term.html | 2 |
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}} |