white color for image
authorJean-Philippe Orsini <orsinije@fr.ibm.com>
Tue, 12 Jul 2016 13:07:21 +0000 (15:07 +0200)
committerJean-Philippe Orsini <orsinije@fr.ibm.com>
Tue, 12 Jul 2016 13:07:21 +0000 (15:07 +0200)
src/footer.html
www/news/added_rss_feed.html
www/news/asciidoctor_to_rss.html
www/news/call_contribution.html
www/news/new_website.html
www/news/news.html
www/style.css

index c85fcc0..00a3686 100644 (file)
@@ -1,3 +1,4 @@
 <footer>
+        <i class="fa fa-rss" aria-hidden="true"></i>
         Feed: <a href="https://wpitchoune.net/news/feed.xml">RSS 2.0</a>
 </footer>
index ed45416..260e672 100644 (file)
@@ -22,6 +22,7 @@ with a very simple program from Asciidoctor
 documents. You can get the sources
 from the GIT repository: <a href="https://git.wpitchoune.net/asciidoctor_to_rss.git" class="bare">https://git.wpitchoune.net/asciidoctor_to_rss.git</a> .</p>
 </div></div><footer>
+        <i class="fa fa-rss" aria-hidden="true"></i>
         Feed: <a href="https://wpitchoune.net/news/feed.xml">RSS 2.0</a>
 </footer>
        </body>
index c4cf251..9fd4763 100644 (file)
@@ -185,6 +185,7 @@ compatible with RSS v2.0.</p>
 </div>
 </div>
 </div></div><footer>
+        <i class="fa fa-rss" aria-hidden="true"></i>
         Feed: <a href="https://wpitchoune.net/news/feed.xml">RSS 2.0</a>
 </footer>
        </body>
index cefbebc..a4a2aa2 100644 (file)
@@ -18,6 +18,7 @@ translations. If you want to contribute to the translation of psensor
 it is now the good timeframe. See the
 <a href="https://wpitchoune.net/psensor/contribute.html">instructions</a>.</p>
 </div></div><footer>
+        <i class="fa fa-rss" aria-hidden="true"></i>
         Feed: <a href="https://wpitchoune.net/news/feed.xml">RSS 2.0</a>
 </footer>
        </body>
index d02ab11..c947f10 100644 (file)
@@ -28,6 +28,7 @@ account creation, and backup of databases.</p>
 a GIT repository: <a href="http://git.wpitchoune.net/gitweb/?p=www.git" class="bare">http://git.wpitchoune.net/gitweb/?p=www.git</a>.
 It is simple, really simple&#8230;&#8203; but enough for my needs.</p>
 </div></div><footer>
+        <i class="fa fa-rss" aria-hidden="true"></i>
         Feed: <a href="https://wpitchoune.net/news/feed.xml">RSS 2.0</a>
 </footer>
        </body>
index 954a420..49d174a 100644 (file)
@@ -242,6 +242,7 @@ it is now the good timeframe. See the
 </div>                 </article>
 </div>
 <footer>
+        <i class="fa fa-rss" aria-hidden="true"></i>
         Feed: <a href="https://wpitchoune.net/news/feed.xml">RSS 2.0</a>
 </footer>
        </body>
index 139da98..3963eb6 100644 (file)
@@ -38,7 +38,7 @@ footer a:hover {
         text-decoration: underline;
 }
 
-footer a, footer a:visited, footer a:hover {
+footer a, footer a:visited, footer a:hover, footer i {
         color: white;
 }