"Initial commit to Gerrit"
[profile/ivi/libcroco.git] / tests / test-inputs / several-media.css
1 @media screen {
2 a:link { text-decoration: none; }
3 div { width: 50%; }
4 }
5
6 @media print {
7 a { color: red; }
8 div { width: 57%; }
9 }
10