Commit | Line | Data |
---|---|---|
929ca066 BA |
1 | tr.user { |
2 | cursor: pointer; | |
3 | } | |
4 | ||
5 | h2, h4 { | |
6 | text-align: center; | |
7 | } | |
8 | ||
9 | table { | |
10 | margin: 0 auto; | |
11 | width: 75%; | |
12 | margin-top: 15px; | |
13 | } | |
14 | ||
15 | td { | |
16 | border: 1px solid grey; | |
17 | padding: 5px; | |
18 | } | |
19 | ||
20 | tr:nth-child(even) { | |
21 | background-color: #eee; | |
22 | } | |
23 | ||
24 | tr:nth-child(odd) { | |
25 | background-color: #fff; | |
26 | } |