7 lines
67 B
CSS
7 lines
67 B
CSS
|
/* CSS Document */
|
||
|
en,cn{
|
||
|
display: inline;
|
||
|
}
|
||
|
en{
|
||
|
display: none;
|
||
|
}
|