taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 9e61ba7f0315c773b7184acc4c4d9e24125d6aef
parent cdde6fd03bd4380f274e52c95f51d0cc843e1159
Author: tg(x) <*@tg-x.net>
Date:   Tue,  1 Mar 2016 14:50:28 +0100

lang.css

Diffstat:
Astyle/lang.css | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/style/lang.css b/style/lang.css @@ -0,0 +1,11 @@ +body [lang] { + visibility: hidden; +} + +body:lang(en) :lang(en), +body:lang(de) :lang(de), +body:lang(fr) :lang(fr), +body:lang(it) :lang(it), +body:lang(es) :lang(es) { + visibility: visible; +}