source:
src/main/webapp/websocket/css/list.css@
1
Last change on this file since 1 was 1, checked in by , 5 years ago | |
---|---|
File size: 242 bytes |
Line | |
---|---|
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 | tr:nth-child(even) {background: #DDD} |
14 | tr:nth-child(odd) {background: #FFF} |
Note:
See TracBrowser
for help on using the repository browser.