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:
parent
bdf9922a24
commit
b7f33b8d07
3 changed files with 47 additions and 34 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue