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/kanji.html | |
parent | 148291d3a7cea096317c1c8d22f06f6e18cfdcfb (diff) |
styling
Diffstat (limited to 'tmpl/kanji.html')
-rw-r--r-- | tmpl/kanji.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tmpl/kanji.html b/tmpl/kanji.html index eda8b8e4..a14fff78 100644 --- a/tmpl/kanji.html +++ b/tmpl/kanji.html @@ -36,13 +36,13 @@ <div class="kanji-glossary"> {{#if glossary.[1]}} - <ol> + <ol "kanji-glossary-group"> {{#each glossary}} - <li><span>{{.}}</span></li> + <li><span class="kanji-glossary-item">{{.}}</span></li> {{/each}} </ol> {{else}} - <p>{{glossary.[0]}}</p> + <div class="kanji-glossary-group kanji-glossary-item">{{glossary.[0]}}</div> {{/if}} </div> </div> |