Commit ffd60fbd by Tom Giannattasio

added margin to tags

parent cb1db861
......@@ -34,7 +34,7 @@ if Backbone?
@responsesRequest.abort()
renderTags: ->
tags
# tags
for tag in @model.get("tags")
if !tags
tags = $('<div class="thread-tags">')
......
......@@ -456,6 +456,7 @@ body.discussion {
}
.thread-tag {
margin-right: 5px;
padding: 3px 10px 6px;
border-radius: 3px;
color: #333;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment