Sha256: 6c7a53bf9d7289c62e9232d62676f4e0f4f41bd892b7273885ecd90309461e00

Contents?: true

Size: 1012 Bytes

Versions: 4

Compression:

Stored size: 1012 Bytes

Contents

// Footnotes

// kramdown gives footnote references the class .footnote
// and the div containing the footnotes .footnotes
// Styling for sup and sub is in base typography

.footnote {
	line-height: inherit;
}

.footnotes {
	margin: ($line-height-default * 2) 0 0 0;
	font-size: $font-size-default * 0.9;
	line-height: $line-height-default * 0.9;
}
.footnotes p {
	text-indent: 0;
}
.reversefootnote { // The link back to the footnote reference from the footnote text.
	display: none;
}
.sidenote {
	font-family: $font-text-secondary;
	clear: both;
	float: right;
	max-width: 10em;
	min-width: 5em;
	margin: ($line-height-default * 0.5) 0 ($line-height-default * 0.5) ($line-height-default * 2);
	padding: $line-height-default * 0.5;
	border-top: 0.5pt solid #eeeeee;
	text-indent: 0;
	font-size: $font-size-default * 0.8;
	font-style: inherit;
	line-height: $line-height-default * 0.8;
}
.bottom {
	float: bottom;
	max-width: 100%;
	margin: $line-height-default 0 0 0;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
electric-book-classic-theme-0.1.3 _sass/partials/_print-notes.scss
electric-book-classic-theme-0.1.2 _sass/partials/_print-notes.scss
electric-book-classic-theme-0.1.1 _sass/partials/_print-notes.scss
electric-book-classic-theme-0.1.0 _sass/partials/_print-notes.scss