taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit 5484bcf664aa9fe2e7f1be7b77f0856cadb3c8d3
parent 487e75dced2d3b3e604a3403852ecfe618c4c044
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 18 Nov 2014 12:15:44 +0100

Merge branch 'master' of taler.net:www

Diffstat:
Mcommon/navigation.inc | 3++-
Mlang.css | 7+++++--
2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/common/navigation.inc b/common/navigation.inc @@ -1,5 +1,6 @@ <button onclick="document.body.className='en'">english</button> - <button onclick="document.body.className='de'">deutsch</button> + <button onclick="document.body.className='de'">deutsch</button> + <button onclick="document.body.className='fr'">fran&cedil;ais</button> <div class="masthead"> <ul class="nav nav-justified"> <li class="active"><a href="/">Home</a></li> diff --git a/lang.css b/lang.css @@ -1,6 +1,9 @@ -body.en :lang(de) { +body.en :lang(de) :lang(fr) { display: none; } -body.de :lang(en) { +body.de :lang(fr) :lang(en) { + display: none; +} +body.fr :lang(en) :lang(de) { display: none; }