MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1,059: Line 1,059:


/*Show the last three test results (or other collapsible table content) rather than fully collapsed table*/
/*Show the last three test results (or other collapsible table content) rather than fully collapsed table*/
.collapsible thead tr, .collapsible tbody tr:nth-last-of-type(1n+3){
.collapsible thead tr, .collapsible tbody tr:nth-last-of-type(-n+3){
display:table-row !important;
display:table-row !important;
}
}