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

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

Initial Release

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