Skip to content

Commit

Permalink
change back icon
Browse files Browse the repository at this point in the history
  • Loading branch information
releu committed Apr 8, 2013
1 parent f083e9c commit f796748
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions app/assets/stylesheets/styles.less
Expand Up @@ -514,11 +514,12 @@ a.secondary {
font-weight: 600;
padding: 8px 11px;
.easy-highlighted;
/* i {
margin-left: 4px;
font-size: 11px;
i {
font-size: 14px;
position: relative;
top: 1px;
}
*/ }
}
}

.post-links {
Expand Down
2 changes: 1 addition & 1 deletion app/views/posts/show.html.slim
Expand Up @@ -18,7 +18,7 @@ div class="row"
- if user_signed_in?
div class="post-back"
= link_to flow_path, class: 'secondary' do
i class="icon-reply"
i class="icon-caret-left"
| Back to Flow
h1 class="post-title" = @post.title
div class="post-data"
Expand Down

0 comments on commit f796748

Please sign in to comment.