summaryrefslogtreecommitdiff
path: root/tests/test-output-refs/test-several-media.out
blob: 4b3cbdd49a7cd73bc4edabfb2f1ff309596fce2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@media screen {
  a:link {
    text-decoration : none
  }
  div {
    width : 50%
  }
}

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