Commit e3df76bb6b03df2b1f9b33f2bd9a77e36dcfe3bc
1 parent
8a06dc97
Exists in
master
and in
9 other branches
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,6 +15,17 @@ | ||
15 | * | 15 | * |
16 | * TODO: Remove this informations of the html and, then, from here. | 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 | #content .blog #article-header .publishing-info .date, | 29 | #content .blog #article-header .publishing-info .date, |
19 | #content .blog #article-header .publishing-info .author, | 30 | #content .blog #article-header .publishing-info .author, |
20 | #content .blog #article-header .publishing-info .comments { | 31 | #content .blog #article-header .publishing-info .comments { |