Minor style changes.
This commit is contained in:
parent
b9d64d6bd2
commit
2313a0851b
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ fn nav_tree {
|
|||
d = "/"
|
||||
sub("/$", "") # Strip trailing / for dirs so NF is consistent
|
||||
|
||||
p(NF, lNF, "<ul class=\"side-bar\">")
|
||||
p(NF, lNF, "<ul>")
|
||||
p(lNF, NF, "</ul>")
|
||||
lNF = NF
|
||||
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ body {
|
|||
|
||||
.headerTitle {
|
||||
color: black;
|
||||
font-size: 256%;
|
||||
font-size: 233%;
|
||||
font-weight: normal;
|
||||
margin: 0 0 0 4mm;
|
||||
padding: 0.25ex 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue