| changeset 351 | 2d5557c01f95 |
| parent 328 | c23659daa42d |
| child 396 | 0a4743126d74 |
--- a/src_js/iconolab-bundle/src/components/editor/CommentList.vue Wed Feb 22 18:31:58 2017 +0100 +++ b/src_js/iconolab-bundle/src/components/editor/CommentList.vue Wed Feb 22 18:32:39 2017 +0100 @@ -1,6 +1,6 @@ <template> <div v-show="annotation"> - <label class="form-label">Commentaires</label> + <label class="small text-muted">Commentaires</label> <div v-show="comments.length === 0" class="alert alert-info">Pas de commentaire pour le moment.</div> <comment v-for="comment in comments"