css: make forum post borders mobile-only.
* Remove box shadows around forum posts. * Make borders around forum posts mobile only.
This commit is contained in:
@@ -6,13 +6,3 @@
|
||||
<%= render "forum_posts/forum_post", :forum_post => forum_post, :original_forum_post_id => original_forum_post_id %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
<% content_for(:html_header) do %>
|
||||
<style>
|
||||
@media screen and (max-width: 660px) {
|
||||
#a-show { padding: 1em 0.5em; }
|
||||
div.list-of-forum-posts article div.author { width: auto; float: none; border-bottom: 1px solid #999; background: #F0F0F0; }
|
||||
div.list-of-forum-posts article div.content { width: auto; float: none; margin-left: 0; }
|
||||
}
|
||||
</style>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user