模板:Vertical Rail Route Map/style.css
来自RIA | Wiki
更多操作
table.route-map-table tr td:nth-child(1),
table.route-map-table tr th:nth-child(1) {
text-align: right ;
width: 50%;
}
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: 50%;
line-height: 16px;
}