Last change
on this file since 25 was 25, checked in by bart, 4 years ago |
- party capabilities now include profile information. Existing parties may need small fix * plot layout shows accepts * VotingEvaluator use group power instead of group size * runsession you can now also select MOPAC-only parties
|
File size:
297 bytes
|
Line | |
---|
1 |
|
---|
2 | th {
|
---|
3 | padding: 15px;
|
---|
4 | }
|
---|
5 |
|
---|
6 | partiesTable {
|
---|
7 | width: 100%;
|
---|
8 | padding: 20px;
|
---|
9 | border: 1px solid black;
|
---|
10 | border-collapse:collapse;
|
---|
11 | font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
|
---|
12 | }
|
---|
13 |
|
---|
14 | table td, table th {
|
---|
15 | padding: 10px;
|
---|
16 | }
|
---|
17 |
|
---|
18 | tr:nth-child(even) {background: #DDD}
|
---|
19 | tr:nth-child(odd) {background: #FFF} |
---|
Note:
See
TracBrowser
for help on using the repository browser.