Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 105 → Rev 106

/website/index.php
24,6 → 24,8
readfile('index-why.htm');
} else if ($p == 'tech') {
include 'index-tech.php';
} else if ($p == 'nls') {
readfile('index-nls.htm');
} else if ($p == 'test') {
include 'index-test.php';
} else if ($p == 'pkgincl') { // this one should be removed soon, once the tech version is discovered by search engines -- 26 Aug 2016
/website/style.css
58,3 → 58,42
a.mateusz {
color: inherit; text-decoration: none;
}
 
table.nls {
margin: 1em auto;
}
 
table.nls th {
font-weight: bold;
text-align: center;
font-size: 1em;
}
 
td.pkg {
text-align: left;
font-size: 1em;
}
 
td.err {
background-color: #f55;
text-align: center;
font-size: 0.9em;
}
 
td.complete {
background-color: #5f5;
text-align: center;
font-size: 0.9em;
}
 
td.incomplete {
background-color: #fdd;
text-align: center;
font-size: 0.9em;
}
 
td.unsup {
background-color: #bbb;
text-align: center;
font-size: 0.9em;
}