From 2d095416d3b7ac4a3afacf3740ddf141d5dddcb7 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Tue, 12 Jul 2016 15:07:21 +0200 Subject: [PATCH] white color for image --- src/footer.html | 1 + www/news/added_rss_feed.html | 1 + www/news/asciidoctor_to_rss.html | 1 + www/news/call_contribution.html | 1 + www/news/new_website.html | 1 + www/news/news.html | 1 + www/style.css | 2 +- 7 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/footer.html b/src/footer.html index c85fcc0..00a3686 100644 --- a/src/footer.html +++ b/src/footer.html @@ -1,3 +1,4 @@ diff --git a/www/news/added_rss_feed.html b/www/news/added_rss_feed.html index ed45416..260e672 100644 --- a/www/news/added_rss_feed.html +++ b/www/news/added_rss_feed.html @@ -22,6 +22,7 @@ with a very simple program from Asciidoctor documents. You can get the sources from the GIT repository: https://git.wpitchoune.net/asciidoctor_to_rss.git .

diff --git a/www/news/asciidoctor_to_rss.html b/www/news/asciidoctor_to_rss.html index c4cf251..9fd4763 100644 --- a/www/news/asciidoctor_to_rss.html +++ b/www/news/asciidoctor_to_rss.html @@ -185,6 +185,7 @@ compatible with RSS v2.0.

diff --git a/www/news/call_contribution.html b/www/news/call_contribution.html index cefbebc..a4a2aa2 100644 --- a/www/news/call_contribution.html +++ b/www/news/call_contribution.html @@ -18,6 +18,7 @@ translations. If you want to contribute to the translation of psensor it is now the good timeframe. See the instructions.

diff --git a/www/news/new_website.html b/www/news/new_website.html index d02ab11..c947f10 100644 --- a/www/news/new_website.html +++ b/www/news/new_website.html @@ -28,6 +28,7 @@ account creation, and backup of databases.

a GIT repository: http://git.wpitchoune.net/gitweb/?p=www.git. It is simple, really simple…​ but enough for my needs.

diff --git a/www/news/news.html b/www/news/news.html index 954a420..49d174a 100644 --- a/www/news/news.html +++ b/www/news/news.html @@ -242,6 +242,7 @@ it is now the good timeframe. See the diff --git a/www/style.css b/www/style.css index 139da98..3963eb6 100644 --- a/www/style.css +++ b/www/style.css @@ -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; } -- 2.7.4