Sitemap improvemnts and cleanups:

- Avoid nedless tests
- Replace reference to /bin/sed with faster, simpler and probably more correct plan9 sed call.
- Move inline html styling to style.css
- Various code cleanups, bring source style in line with other werc source.
This commit is contained in:
Uriel 2008-12-20 13:20:31 +01:00
parent 11ead1335c
commit f1f653f876
2 changed files with 33 additions and 25 deletions

View file

@ -369,3 +369,6 @@ h1.dir-list-head, ul.dir-list {
text-transform: capitalize;
font-weight: bold;
}
ul.sitemap-list a {
text-transform: capitalize;
}