* Added notools option to showInclude
* Added nosort option to showInclude * Optimized crazy SQL query - 84% faster on a small wiki (~32000 revisions) * Added more CSS classes
This commit is contained in:
parent
2832bc3292
commit
d20ca5c22d
3 changed files with 66 additions and 34 deletions
|
@ -1,5 +1,7 @@
|
|||
/* ContributionScores.css */
|
||||
.contributionscores-wrapper { }
|
||||
.contributionscores-title { background-color: #aaaaaa; margin-bottom: 0px;}
|
||||
.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-altrow { background-color: #eeeeee; }
|
||||
.contributionscores-headercell { font-weight: bold; padding-left: .2em; padding-right: .2em; }
|
||||
.contributionscores-contentcell { padding-left: .2em; padding-right: .2em; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue