1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-16 22:14:23 +03:00
inform7/docs/docs-assets/Contents.css

39 lines
848 B
CSS
Raw Normal View History

2020-05-03 03:20:55 +03:00
/* 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;
}
2020-05-04 01:48:52 +03:00
div.contentspage p.moduleentry {
padding-top: 0px;
padding-bottom: 0px;
}
2020-05-03 03:20:55 +03:00
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 {
}