Index: doc/nx-small.css =================================================================== diff -u -r76156f39f78d073e834429290a147576294de42d -r61bbf1805091c68da1ef7db9c16710a0398c951b --- doc/nx-small.css (.../nx-small.css) (revision 76156f39f78d073e834429290a147576294de42d) +++ doc/nx-small.css (.../nx-small.css) (revision 61bbf1805091c68da1ef7db9c16710a0398c951b) @@ -7,3 +7,23 @@ .nx-keyword {color: #7f0055; font-weight: normal; font-style: normal;} .nx-placeholder {color: #AF663F; font-weight: normal; font-style: italic;} .nx-variable {color: #AF663F; font-weight: normal; font-style: normal;} +.listingblock {font-size: 65%;} + +div.toclevel1 {display: block;} +div.toclevel2 {display: block;} +div.toclevel3 {display: block;} +div.toclevel4 {display: block;} + +@page { + @top { + color: #717ab3;font-style: italic; + font-size: 80%; + content: string(chapter-title) + } + @bottom { + font-size: 80%; + color: #717ab3; + content: "- " counter(page) " -" + } +} +h2 { string-set: chapter-title content() } \ No newline at end of file