Sha256: ab2979c6ede26b94d182a7dd695899de3c16b6b21de4a97f69ed002c58f99759

Contents?: true

Size: 442 Bytes

Versions: 4

Compression:

Stored size: 442 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

4 entries across 4 versions & 2 rubygems

Version Path
stitch-0.1.1 stylesheets/stitch/patterns/print/_text.scss
stitch-0.1.0 stylesheets/stitch/patterns/print/_text.scss
stitch-0.0.3 stylesheets/stitch/patterns/print/_text.scss
compass-stitch-0.0.1 stylesheets/stitch/patterns/print/_text.scss