* Made special page includable

* Added CSS classes for table styling
This commit is contained in:
Tim Laqua 2007-12-19 01:24:52 +00:00
parent 047160776f
commit d3a22c5785
3 changed files with 87 additions and 18 deletions

5
ContributionScores.css Normal file
View file

@ -0,0 +1,5 @@
/* ContributionScores.css */
.contributionscores-wrapper { }
.contributionscores-title { background-color: #aaaaaa; margin-bottom: 0px;}
.contributionscores-tableheadings { background-color: #cccccc; border-bottom: 1px solid #999999; }
.contributionscores-altrow { background-color: #eeeeee; }