Remove duplicate css. Kris and I fixed the same thing. I imported variables.scss so we can use $red and $bookmarkColor

This commit is contained in:
Neil Lalonde 2013-09-12 18:07:52 -04:00
parent e3c68bc500
commit 8f12212942
1 changed files with 0 additions and 22 deletions

View File

@ -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;
}