diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-16 22:54:19 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-16 22:54:19 -0700 |
commit | c353ec04bc2b2e977d0788f676b5696dd5cf96dc (patch) | |
tree | 9e192ab257549a2289f9f3a09372819db27010db /util/tmpl | |
parent | f7fa1bc51c3fb6c483195e5d76f6e5e668037e30 (diff) |
Styling
Diffstat (limited to 'util/tmpl')
-rw-r--r-- | util/tmpl/term.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/util/tmpl/term.html b/util/tmpl/term.html index 870b463c..6894dde3 100644 --- a/util/tmpl/term.html +++ b/util/tmpl/term.html @@ -7,17 +7,15 @@ {{#if rules}} <div class="rules"> {{#each rules}} - {{.}} {{#unless @last}}«{{/unless}} + <span class="rule">{{.}}</span> {{#unless @last}}«{{/unless}} {{/each}} - « - {{source}} </div> {{/if}} {{#if tags}} <div class="tags"> {{#each tags}} - {{.}}{{#unless @last}},{{/unless}} + <span class="tag">{{.}}</span> {{/each}} </div> {{/if}} |