Changes

454 bytes added ,  03:17, 16 December 2022
no edit summary
Line 1,725: Line 1,725:  
     border: 1px solid #a2a9b1;
 
     border: 1px solid #a2a9b1;
 
     border-collapse: collapse;
 
     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;
 
}
 
}