client/css: fix tag list style

This commit is contained in:
rr- 2016-08-25 00:04:34 +02:00
parent 9283851862
commit 7451d16baf
2 changed files with 9 additions and 1 deletions

View file

@ -272,6 +272,14 @@ $safety-unsafe = #F3985F
h1
margin-bottom: 0.5em
i
padding-right: 0.4em
.tag-usages
font-size: 90%
color: $inactive-link-color
margin-left: 0.7em
.post-view .edit-sidebar
.expander-content
section:not(:last-child)

View file

@ -80,7 +80,7 @@
--><% if (ctx.canListPosts) { %><!--
--></a><!--
--><% } %><!--
--><span class='append' data-pseudo-content='<%- ctx.getTagUsages(tag) %>'></span><!--
--><span class='tag-usages' data-pseudo-content='<%- ctx.getTagUsages(tag) %>'></span><!--
--></li><!--
--><% } %><!--
--></ul>