From 8f1221294208b03f84da78fc767f1da723959384 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 12 Sep 2013 18:07:52 -0400 Subject: [PATCH] Remove duplicate css. Kris and I fixed the same thing. I imported variables.scss so we can use $red and $bookmarkColor --- .../stylesheets/mobile/topic-post.css.scss | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic-post.css.scss b/app/assets/stylesheets/mobile/topic-post.css.scss index 51af12953e9..4f18b146636 100644 --- a/app/assets/stylesheets/mobile/topic-post.css.scss +++ b/app/assets/stylesheets/mobile/topic-post.css.scss @@ -415,28 +415,6 @@ iframe { span.btn-text {display: none;} - - -.read-icon { - &:before { - font-family: "FontAwesome"; - content: "\f02e"; - } - &.unseen { - &:before { - content: "\f097"; - } - } - &.last-read { - color: #770000; - } - &.bookmarked { - &:before { - color: #0088CC; - } - } -} - blockquote { margin: 0; }