From 4479a24431d77cc7600ad69b4460aa296c4bf79b Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Sat, 14 Jan 2017 12:40:59 -0600 Subject: [PATCH] css --- app/assets/stylesheets/frontend.css.scss | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/app/assets/stylesheets/frontend.css.scss b/app/assets/stylesheets/frontend.css.scss index a8758ca6d..bfe290297 100644 --- a/app/assets/stylesheets/frontend.css.scss +++ b/app/assets/stylesheets/frontend.css.scss @@ -39,26 +39,9 @@ $dark-gray: #2e2e2e; .inline-icon { display: inline-block; - // margin-right: -5px; margin-left: 2px; } -.icon-lock:before { - content: "\e98f"; -} - -.icon-rss:before { - content: "\ea9c"; -} - .icon-markdown:before { content: "\e901"; } - -.icon-keyboard:before { - content: "\e900"; -} - -.icon-enlarge:before { - content: "\e989"; -}