Commit 0633da3a by kiiita

tagのデザイン修正(あげ忘れ)

parent 412776dc
...@@ -63,6 +63,7 @@ ...@@ -63,6 +63,7 @@
background-color: #e67e22; background-color: #e67e22;
padding-top: 4px; padding-top: 4px;
font-weight: 300; font-weight: 300;
@include border_radius(20px);
} }
.post-show-wrapper { .post-show-wrapper {
......
...@@ -16,7 +16,7 @@ a.list-group-item.post-list.mod-hover-hidden data-post-id=post.id href=post_path ...@@ -16,7 +16,7 @@ a.list-group-item.post-list.mod-hover-hidden data-post-id=post.id href=post_path
abbr.js-time-ago data-time-ago-at=post.updated_at abbr.js-time-ago data-time-ago-at=post.updated_at
|.   |.  
- post.tags.each do |tag| - post.tags.each do |tag|
span.label.label-success.label-tag ##{tag.name} span.label.label-success.label-tag #{tag.name}
|   |  
.col-xs-4 .col-xs-4
small.pull-right small.pull-right
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
- @post.tags.each do |tag| - @post.tags.each do |tag|
span.label.label-tag span.label.label-tag
a href=tag.decorate.show_path a href=tag.decorate.show_path
| ##{tag.name} | #{tag.name}
|   |  
dt 指定日 dt 指定日
......
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