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