summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libcroco/tests/test-inputs/several-media.css
blob: 79dc33643e1ca8c7c68eb9cb560c484ffbf397f7 (plain)
1
2
3
4
5
6
7
8
9
10
@media screen {
a:link { text-decoration: none; }
div { width: 50%; }
}

@media print {
a { color: red; }
div { width: 57%; }
}