3 lines
44 B
CSS
3 lines
44 B
CSS
|
#main>ul:nth-child(1) {
|
||
|
display: none;
|
||
|
}
|