Commit e3df76bb6b03df2b1f9b33f2bd9a77e36dcfe3bc

Authored by Bruna Moreira
1 parent 8a06dc97

Remove RSS Feed Icon from News page

Signed-off-by: BrunaMoreira <brunanayaramlima@gmail.com>
Signed-off-by: TomazMartins <tomaz.r.martins@gmail.com>
Showing 1 changed file with 11 additions and 0 deletions   Show diff stats
css/news-page.css
... ... @@ -15,6 +15,17 @@
15 15 *
16 16 * TODO: Remove this informations of the html and, then, from here.
17 17 */
  18 +
  19 +#article-toolbar a.button.icon-feed.blog-feed-link {
  20 + display: none;
  21 +}
  22 +
  23 +/* WARNING:
  24 + * This solution is TEMPORARY. This informations shouldn't exist
  25 + * in this area.
  26 + *
  27 + * TODO: Remove this informations of the html and, then, from here.
  28 + */
18 29 #content .blog #article-header .publishing-info .date,
19 30 #content .blog #article-header .publishing-info .author,
20 31 #content .blog #article-header .publishing-info .comments {
... ...