diff options
author | tg(x) <*@tg-x.net> | 2016-03-01 14:50:28 +0100 |
---|---|---|
committer | tg(x) <*@tg-x.net> | 2016-03-01 14:50:28 +0100 |
commit | 9e61ba7f0315c773b7184acc4c4d9e24125d6aef (patch) | |
tree | 936b250bd867745d1af2f584cee651db3227c20f /style | |
parent | cdde6fd03bd4380f274e52c95f51d0cc843e1159 (diff) |
lang.css
Diffstat (limited to 'style')
-rw-r--r-- | style/lang.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/style/lang.css b/style/lang.css new file mode 100644 index 000000000..1cf073527 --- /dev/null +++ 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; +} |