Sha256: 2ff88f9d309b0fdc6e8930eaf42640871d4c9499fde6ea6e7a44e435e07a12f3

Contents?: true

Size: 443 Bytes

Versions: 12

Compression:

Stored size: 443 Bytes

Contents

//
//  Sets up some sensible text defaults for printed pages
//
@mixin printable-text {
	background:transparent !important; 
	color:#444 !important; 
	text-shadow:none !important;
	
	pre, 
	blockquote { 
		page-break-inside: avoid;
	}

	img {
		page-break-inside:avoid;
	}

	p, 
	h2, 
	h3 {
		orphans:3;
		widows:3;
	}

	h2, 
	h3 {
		page-break-after:avoid;
	}
	
	a, 
	a:visited {
		color: #444 !important; 
		text-decoration: underline; 
	}
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
stitch-0.1.7.beta.3 stylesheets/stitch/patterns/print/_text.scss
stitch-0.1.7.beta.2 stylesheets/stitch/patterns/print/_text.scss
stitch-0.1.7.beta.1 stylesheets/stitch/patterns/print/_text.scss
stitch-0.1.6 stylesheets/stitch/patterns/print/_text.scss
stitch-0.1.5 stylesheets/stitch/patterns/print/_text.scss
stitch-0.1.4 stylesheets/stitch/patterns/print/_text.scss
stitch-0.1.4.beta.2 stylesheets/stitch/patterns/print/_text.scss
stitch-0.1.4.beta.1 stylesheets/stitch/patterns/print/_text.scss
stitch-0.1.3.2 stylesheets/stitch/patterns/print/_text.scss
stitch-0.1.3.1 stylesheets/stitch/patterns/print/_text.scss
stitch-0.1.3 stylesheets/stitch/patterns/print/_text.scss
stitch-0.1.2 stylesheets/stitch/patterns/print/_text.scss