source: src/main/webapp/css/list.css@ 24

Last change on this file since 24 was 24, 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: 297 bytes
RevLine 
[24]1
2th {
3 padding: 15px;
4}
5
6partiesTable {
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
14table td, table th {
15 padding: 10px;
16}
17
18tr:nth-child(even) {background: #DDD}
19tr:nth-child(odd) {background: #FFF}
Note: See TracBrowser for help on using the repository browser.