This commit is contained in:
tg(x) 2016-03-01 14:50:28 +01:00
parent cdde6fd03b
commit 9e61ba7f03

11
style/lang.css Normal file
View File

@ -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;
}