-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyle202.css
More file actions
45 lines (40 loc) · 826 Bytes
/
Style202.css
File metadata and controls
45 lines (40 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.sheet {
font-family: sans-serif;
font-size: 15px;
color: #676565;
text-align: left;
text-indent: 1em;
border-bottom: 1px solid lightgray;
}
.cell-small {
min-width: 125px;
border-collapse: collapse;
border-bottom: 1px solid lightgray;
height: 37px;
text-align: left;
text-indent: 1em;
}
.cell-big {
min-width: 240px;
border-collapse: collapse;
border-bottom: 1px solid lightgray;
height: 37px;
text-indent: 1em;
text-align: left;
}
.header {
background: #3498DB;
border-bottom: 1px solid lightgray;
color: white;
height: 37px;
text-align: left;
text-indent: 1em;
}
.row-grey {
background: #EEEEEE;
border-bottom: 1px solid lightgray;
}
.row-white {
background: #FFFFFF;
border-bottom: 1px solid lightgray;
}