12,922
回編集
編集の要約なし |
編集の要約なし |
||
198行目: | 198行目: | ||
/* 表の縦罫線のスタイル */ | /* 表の縦罫線のスタイル */ | ||
tr > td:first-child { | tr > td:first-child { | ||
border-left: | border-left: 1px solid #303030; | ||
} | } | ||
tr > td:last-child { | tr > td:last-child { | ||
border-right: | border-right: 1px solid #303030; | ||
} | } | ||
/* 表の横罫線のスタイル */ | /* 表の横罫線のスタイル */ | ||
tr:first-child > td { | tr:first-child > td { | ||
border-top: | border-top: 1px solid #303030; | ||
} | } | ||
tr:last-child > td { | tr:last-child > td { | ||
border-bottom: | border-bottom: 1px solid #303030; | ||
} | } | ||