跳转到内容

MediaWiki:Common.css:修订间差异

文章翻译表样式
无编辑摘要
第306行: 第306行:
.article-table {
.article-table {
width: 100%;
width: 100%;
border-spacing: 20px 10px;
}
}


.article-table th:nth-child(odd) {
.article-table th {
width: 10%;
width: 5%;
text-align: left;
text-align: left;
word-break: keep-all;
word-break: keep-all;
}
.article-table td:nth-child(2):not(:last-child),
.article-table td:nth-child(4) {
width: 45%;
vertical-align: top;
}
}