模板:Vertical Rail Route Map/style.css:修订间差异
来自RIA | Wiki
更多操作
无编辑摘要 |
无编辑摘要 标签:手工回退 |
||
| 第2行: | 第2行: | ||
table.route-map-table tr th:nth-child(1) { | table.route-map-table tr th:nth-child(1) { | ||
text-align: right ; | text-align: right ; | ||
width: | width: 200px; | ||
} | } | ||
| 第14行: | 第14行: | ||
table.route-map-table tr th:nth-child(3) { | table.route-map-table tr th:nth-child(3) { | ||
text-align: left ; | text-align: left ; | ||
width: | width: 200px; | ||
line-height: 16px; | line-height: 16px; | ||
} | } | ||
2026年3月3日 (二) 21:05的最新版本
table.route-map-table tr td:nth-child(1),
table.route-map-table tr th:nth-child(1) {
text-align: right ;
width: 200px;
}
table.route-map-table tr td:nth-child(2),
table.route-map-table tr th:nth-child(2) {
text-align: center ;
width: 35px;
}
table.route-map-table tr td:nth-child(3),
table.route-map-table tr th:nth-child(3) {
text-align: left ;
width: 200px;
line-height: 16px;
}