Sha256: 073676680548acfe062a519b07fb02c4fc985d262cd003cc72a0b96435df9f74

Contents?: true

Size: 656 Bytes

Versions: 8

Compression:

Stored size: 656 Bytes

Contents

/*
 * Tables of contents
 */

.contents-page {
	h2 {
		font-weight: 400;
		font-size: 1.25em;
		margin: 1em 0 0.5em 0;
	}
	ol, ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	li {
		margin: 0 0 0.5em 0;
	}
	a {
		text-decoration: none;
	}
}

/* TOCs in individual pages, created in kramdown with a placeholder ol/ul followed by {:toc} */

ul#markdown-toc, ol#markdown-toc {
	list-style-type: none;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	padding: 1em 0;
	margin: 2em 0;
}
#markdown-toc {
	ol, ul {
		list-style-type: none;
		margin: 0;
	}
	a {
		text-decoration: none;
	}
}

Version data entries

8 entries across 4 versions & 1 rubygems

Version Path
electric-book-classic-theme-0.1.3 _sass/partials/_epub-toc.scss
electric-book-classic-theme-0.1.3 _sass/partials/_web-toc.scss
electric-book-classic-theme-0.1.2 _sass/partials/_epub-toc.scss
electric-book-classic-theme-0.1.2 _sass/partials/_web-toc.scss
electric-book-classic-theme-0.1.1 _sass/partials/_epub-toc.scss
electric-book-classic-theme-0.1.1 _sass/partials/_web-toc.scss
electric-book-classic-theme-0.1.0 _sass/partials/_epub-toc.scss
electric-book-classic-theme-0.1.0 _sass/partials/_web-toc.scss