본문으로 건너뛰기
사용자

o00o/연습장4(비교)

r15 vs r16
......
3030
table.menu td { border-color: #777; }
3131
}
3232
33
table.menu th::before { display: none !important; }
34
table.menu th::after { display: none !important; }
33
/* table.menu th::before { display: none !important; } */
34
/* table.menu th::after { display: none !important; } */
3535
3636
table.menu > tbody > tr:nth-of-type(n + 2) { display: none; }
3737
......