Sha256: 09be427a6253608cefc66cac25d6674a81de873064b5d754aae1aa0c02222c84

Contents?: true

Size: 779 Bytes

Versions: 8

Compression:

Stored size: 779 Bytes

Contents

/*
 * Tables 
 */
 
table {
	border-collapse: collapse;
	margin: 0 0 1em 0;
}
thead, th, .table-subhead {
	page-break-after: avoid;
	background-color: #F2F2F2;
	line-height: 120%;
}
thead, th {
	font-weight: 600;
}
th, td {
	border: 1px solid #ccc;
	padding: 0.5em;
}
.table-row-stub {
	font-weight: 600;
}
td p, td ol, td ul {
	margin: 0;
	padding: 0;
	-moz-font-feature-settings: "tnum";
	-ms-font-feature-settings: "tnum";
	-o-font-feature-settings: "tnum";
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum";
}
td ul, td ol {
	margin: 0;
	padding: 0 0 0 1em;
}
.table-caption {
	page-break-after:avoid;
	font-style: italic;
	text-indent: 0;
	margin: 1.5em 0 1em 0;
}
.table-caption em {
	font-style: normal;
}

Version data entries

8 entries across 4 versions & 1 rubygems

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