MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
(Hrm, what happened to the revlink alternate font/color?)
No edit summary
Line 1,066: Line 1,066:
.testresults thead tr, .testresults tbody tr:nth-last-of-type(-n+3){
.testresults thead tr, .testresults tbody tr:nth-last-of-type(-n+3){
display:table-row !important;
display:table-row !important;
}
/* Styles used in Template:Revision and Template:Issue */
.revlink,.issuelink {
font-weight:bold;
font-family:monospace;
}
.revlink{
color:purple;
}
.issuelink {
color:darkGreen;
}
}