diff --git a/app/assets/stylesheets/styles.less b/app/assets/stylesheets/styles.less index 7ff756e3..bbaf8148 100644 --- a/app/assets/stylesheets/styles.less +++ b/app/assets/stylesheets/styles.less @@ -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 { diff --git a/app/views/posts/show.html.slim b/app/views/posts/show.html.slim index a6e8f613..599d8b48 100644 --- a/app/views/posts/show.html.slim +++ b/app/views/posts/show.html.slim @@ -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"