Subversion Repositories SvarDOS

Rev

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

Rev 103 Rev 106
Line 56... Line 56...
56
}
56
}
57
 
57
 
58
a.mateusz {
58
a.mateusz {
59
  color: inherit; text-decoration: none;
59
  color: inherit; text-decoration: none;
60
}
60
}
-
 
61
 
-
 
62
table.nls {
-
 
63
  margin: 1em auto;
-
 
64
}
-
 
65
 
-
 
66
table.nls th {
-
 
67
  font-weight: bold;
-
 
68
  text-align: center;
-
 
69
  font-size: 1em;
-
 
70
}
-
 
71
 
-
 
72
td.pkg {
-
 
73
  text-align: left;
-
 
74
  font-size: 1em;
-
 
75
}
-
 
76
 
-
 
77
td.err {
-
 
78
  background-color: #f55;
-
 
79
  text-align: center;
-
 
80
  font-size: 0.9em;
-
 
81
}
-
 
82
 
-
 
83
td.complete {
-
 
84
  background-color: #5f5;
-
 
85
  text-align: center;
-
 
86
  font-size: 0.9em;
-
 
87
}
-
 
88
 
-
 
89
td.incomplete {
-
 
90
  background-color: #fdd;
-
 
91
  text-align: center;
-
 
92
  font-size: 0.9em;
-
 
93
}
-
 
94
 
-
 
95
td.unsup {
-
 
96
  background-color: #bbb;
-
 
97
  text-align: center;
-
 
98
  font-size: 0.9em;
-
 
99
}