1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-01 06:24:58 +03:00
inform7/docs/docs-assets/Contents.css
2020-05-03 23:48:52 +01:00

39 lines
848 B
CSS

/* This is a CSS file for pages woven by the literate programming tool inweb */
/* Contents.css contains styling for the table of contents included in index
pages made from the template-index.html file */
div.contentspage .chapterlist li {
padding-top: 8px;
padding-left: 16px;
padding-bottom: 0px;
}
div.contentspage .chapterlist .sectionlist li {
padding-top: 0px;
padding-left: 48px;
padding-bottom: 0px;
}
div.contentspage p.chapterentry {
padding-bottom: 0px;
}
div.contentspage p.moduleentry {
padding-top: 0px;
padding-bottom: 0px;
}
div.contentspage span.chaptertitle {
font-weight: bold;
}
div.contentspage p.chapterpurpose {
padding-top: 4px;
padding-bottom: 2px;
}
div.contentspage p.sectionentry {
padding-top: 4px;
padding-bottom: 0px;
}
div.contentspage span.sectiontitle {
}
div.contentspage span.sectionpurpose {
}