Commit ffd60fbd by Tom Giannattasio

added margin to tags

parent cb1db861
...@@ -34,7 +34,7 @@ if Backbone? ...@@ -34,7 +34,7 @@ if Backbone?
@responsesRequest.abort() @responsesRequest.abort()
renderTags: -> renderTags: ->
tags # tags
for tag in @model.get("tags") for tag in @model.get("tags")
if !tags if !tags
tags = $('<div class="thread-tags">') tags = $('<div class="thread-tags">')
......
...@@ -456,6 +456,7 @@ body.discussion { ...@@ -456,6 +456,7 @@ body.discussion {
} }
.thread-tag { .thread-tag {
margin-right: 5px;
padding: 3px 10px 6px; padding: 3px 10px 6px;
border-radius: 3px; border-radius: 3px;
color: #333; 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