Minor style changes.
This commit is contained in:
parent
ebd6776ab9
commit
a32b568f63
@ -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…
Reference in New Issue
Block a user