Line 1,719: |
Line 1,719: |
| } | | } |
| | | |
− | .starwikitable { | + | .toptable td { |
− | background-color: #f8f9fa;
| + | vertical-align: top; |
− | color: #202122;
| |
− | margin: 1em 0;
| |
− | border: 1px solid #a2a9b1; | |
− | border-collapse: collapse;
| |
− | }
| |
− | .starwikitable.plainrowheaders th[scope=row] {
| |
− | font-weight: normal;
| |
− | /* @noflip */
| |
− | text-align: left;
| |
− | }
| |
− | | |
− | /* Lists in wikitable data cells are always left-aligned */
| |
− | .starwikitable td ul,
| |
− | .starwikitable td ol,
| |
− | .starwikitable td dl {
| |
− | /* @noflip */
| |
− | text-align: left;
| |
− | }
| |
− | /* ...unless they also use the hlist class */
| |
− | .toc.hlist ul,
| |
− | #toc.hlist ul,
| |
− | .starwikitable.hlist td ul,
| |
− | .starwikitable.hlist td ol,
| |
− | .starwikitable.hlist td dl {
| |
− | text-align: inherit;
| |
| } | | } |