aboutsummaryrefslogtreecommitdiffstats
path: root/npm_assets/node_modules/html5shiv/test/data/print-styles.css
blob: b8f225140246c182fc414ac6936f0f86754a7c3b (plain) (blame)
1
2
3
4
5
6
7
8
.print-styles article {
	border: 5px dotted #000;
}
@media print {
	article.print-styles-print {
		border: 5px dotted #000;
	}
}