source: src/main/webapp/style.css@ 10

Last change on this file since 10 was 8, checked in by bart, 5 years ago

Update 28 jan 2020

File size: 242 bytes
RevLine 
[1]1
2th {
3 padding: 15px;
4}
5
6table {
7 border: 1px solid black;
[8]8 #border-collapse: collapse;
[1]9}
10
11table td, table th {
12 padding: 4px;
13}
14
15tr:nth-child(even) {background: #DDD}
16tr:nth-child(odd) {background: #FFF}
17
18.box {
19 border: 1px solid black;
20}
Note: See TracBrowser for help on using the repository browser.