From e3df76bb6b03df2b1f9b33f2bd9a77e36dcfe3bc Mon Sep 17 00:00:00 2001 From: Bruna Moreira Date: Thu, 10 Sep 2015 17:43:40 -0300 Subject: [PATCH] Remove RSS Feed Icon from News page Signed-off-by: BrunaMoreira Signed-off-by: TomazMartins --- css/news-page.css | 11 +++++++++++ 1 file changed, 11 insertions(+), 0 deletions(-) diff --git a/css/news-page.css b/css/news-page.css index cf21191..99ce898 100644 --- a/css/news-page.css +++ b/css/news-page.css @@ -15,6 +15,17 @@ * * TODO: Remove this informations of the html and, then, from here. */ + +#article-toolbar a.button.icon-feed.blog-feed-link { + display: none; +} + +/* WARNING: + * This solution is TEMPORARY. This informations shouldn't exist + * in this area. + * + * TODO: Remove this informations of the html and, then, from here. + */ #content .blog #article-header .publishing-info .date, #content .blog #article-header .publishing-info .author, #content .blog #article-header .publishing-info .comments { -- libgit2 0.21.2