#35 styling update

This commit is contained in:
2015-11-23 23:00:28 +08:00
parent 00323b413d
commit 4cacff7882
2 changed files with 4 additions and 2 deletions
@@ -37,7 +37,7 @@ h4,
h5,
h6 {
@include sans-serif;
font-weight: 800;
font-weight: 600;
}
a {
+3 -1
View File
@@ -1,5 +1,7 @@
<%- if @post.content.present? %>
<%= @post.content.html_safe %>
<div class="post-wrapper">
<%= @post.content.html_safe %>
</div>
<div class="post-actions" data-read-url="<%= api_v1_post_view_path(@post) %>"></div>
<%- else %>
<p>暂时无法阅读该文章, 请点击<%= link_to '原文', @post.url %>浏览</p>