Subversion Repositories wimsdev

Rev

Rev 14443 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14443 Rev 16791
Line 19... Line 19...
19
 
19
 
20
.wimstable th {
20
.wimstable th {
21
  /*border-collapse:collapse;*/
21
  /*border-collapse:collapse;*/
22
  padding: 3px;
22
  padding: 3px;
23
}
23
}
-
 
24
 
24
.wimstable td {
25
.wimstable td {
25
  padding: 6px;
26
  padding: 6px;
-
 
27
}
-
 
28
 
-
 
29
.wimstable .wims_sheet_score {
-
 
30
  padding: 6px 1px;
26
}
31
}
27
 
32
 
28
/*.wimstable .odd, */
33
/*.wimstable .odd, */
29
.wimstable tr:nth-child(odd) {background-color: #FFF}
34
.wimstable tr:nth-child(odd) {background-color: #FFF}
30
 
35