Last change
on this file since 21 was 21, checked in by bart, 4 years ago |
Voting requests now contain Offers. Fixed windows whitespace issue. Partiesserver now supports up to 8 parties simultaneously.
|
File size:
294 bytes
|
Rev | Line | |
---|
[21] | 1 |
|
---|
| 2 | th {
|
---|
| 3 | padding: 15px;
|
---|
| 4 | }
|
---|
| 5 |
|
---|
| 6 | #domainsTable {
|
---|
| 7 | width: 100%;
|
---|
| 8 | border: 1px solid black;
|
---|
| 9 | border-collapse:collapse;
|
---|
| 10 | font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
|
---|
| 11 | }
|
---|
| 12 |
|
---|
| 13 | aa {
|
---|
| 14 | color: blue;
|
---|
| 15 | text-decoration: underline;
|
---|
| 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.