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