
* Added nosort option to showInclude * Optimized crazy SQL query - 84% faster on a small wiki (~32000 revisions) * Added more CSS classes
7 lines
514 B
CSS
7 lines
514 B
CSS
/* ContributionScores.css */
|
|
.contributionscores-wrapper { }
|
|
.contributionscores-title { background-color: #aaaaaa; margin-bottom: 0px; padding-left: .4em; }
|
|
.contributionscores-tableheadings { background-color: #cccccc; border-bottom: 1px solid #999999; }
|
|
.contributionscores-altrow { background-color: #eeeeee; }
|
|
.contributionscores-headercell { font-weight: bold; padding-left: .2em; padding-right: .2em; }
|
|
.contributionscores-contentcell { padding-left: .2em; padding-right: .2em; }
|