Subversion Repositories SvarDOS

Rev

Rev 106 | Rev 139 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 106 Rev 108
Line 59... Line 59...
59
  color: inherit; text-decoration: none;
59
  color: inherit; text-decoration: none;
60
}
60
}
61
 
61
 
62
table.nls {
62
table.nls {
63
  margin: 1em auto;
63
  margin: 1em auto;
-
 
64
  border-spacing: 0;
-
 
65
  border-collapse: collapse;
-
 
66
  border: none;
64
}
67
}
65
 
68
 
66
table.nls th {
69
table.nls th {
67
  font-weight: bold;
70
  font-weight: bold;
68
  text-align: center;
71
  text-align: center;
69
  font-size: 1em;
72
  font-size: 1em;
70
}
73
}
71
 
74
 
-
 
75
table.nls td {
-
 
76
  border: 1px #777 solid;
-
 
77
  padding: 0.2em 0.5em;
-
 
78
}
-
 
79
 
72
td.pkg {
80
td.pkg {
73
  text-align: left;
81
  text-align: left;
74
  font-size: 1em;
82
  font-size: 1em;
75
}
83
}
76
 
84
 
77
td.err {
85
td.err {
78
  background-color: #f55;
86
  background-color: #f00;
79
  text-align: center;
87
  text-align: center;
80
  font-size: 0.9em;
88
  font-size: 0.9em;
81
}
89
}
82
 
90
 
83
td.complete {
91
td.complete {
Line 85... Line 93...
85
  text-align: center;
93
  text-align: center;
86
  font-size: 0.9em;
94
  font-size: 0.9em;
87
}
95
}
88
 
96
 
89
td.incomplete {
97
td.incomplete {
90
  background-color: #fdd;
98
  background-color: #fbb;
91
  text-align: center;
99
  text-align: center;
92
  font-size: 0.9em;
100
  font-size: 0.9em;
93
}
101
}
94
 
102
 
95
td.unsup {
103
td.unsup {