css: remove unused or redundant rules.

This commit is contained in:
evazion
2018-09-14 10:00:23 -05:00
parent 0aecc9d34c
commit bbb233b93f
17 changed files with 2 additions and 126 deletions

View File

@@ -1,6 +1,6 @@
class PostPresenter < Presenter
attr_reader :pool, :next_post_in_pool
delegate :tag_list_html, :split_tag_list_html, :inline_tag_list_html, :split_inline_tag_list_html, to: :tag_set_presenter
delegate :tag_list_html, :split_tag_list_html, :inline_tag_list_html, to: :tag_set_presenter
def self.preview(post, options = {})
if post.nil?