사용자
o00o/연습장4(비교)
| r15 vs r16 | ||
|---|---|---|
| ... | ... | |
| 30 | 30 | table.menu td { border-color: #777; } |
| 31 | 31 | } |
| 32 | 32 | |
| 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; } */ | |
| 35 | 35 | |
| 36 | 36 | table.menu > tbody > tr:nth-of-type(n + 2) { display: none; } |
| 37 | 37 | |
| ... | ... |