New menu implementation, removes the recursive calls to rc/awk, also makes use of dirfilter more consistent and simplifies some code.

Other minnor cleanups.
This commit is contained in:
Uriel 2008-10-27 00:41:23 +01:00
parent bdf9922a24
commit b7f33b8d07
3 changed files with 47 additions and 34 deletions

View file

@ -363,3 +363,9 @@ blockquote {
border-left: 1px solid blue;
font-style: italic;
}
/* PAGE/HANDLER SPECIFIC */
h1.dir-list-head, ul.dir-list {
text-transform: capitalize;
font-weight: bold;
}