added margin to tags

This commit is contained in:
Tom Giannattasio
2012-09-13 11:19:57 -04:00
parent cb1db86100
commit ffd60fbd7e
2 changed files with 2 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ if Backbone?
@responsesRequest.abort()
renderTags: ->
tags
# tags
for tag in @model.get("tags")
if !tags
tags = $('<div class="thread-tags">')

View File

@@ -456,6 +456,7 @@ body.discussion {
}
.thread-tag {
margin-right: 5px;
padding: 3px 10px 6px;
border-radius: 3px;
color: #333;