File: atgroup_04.css

package info (click to toggle)
python-rcssmin 1.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,028 kB
  • sloc: python: 5,713; ansic: 1,054; sh: 23; makefile: 19
file content (13 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
@media all and (min-width : 500px) {
    @document url(http://www.w3.org/),
                   url-prefix(http://www.w3.org/Style/),
                   domain(mozilla.org),
                   regexp("https:.*")
    {
        @supports ( (perspective: 10px) or (-moz-perspective: 10px) or (-webkit-perspective: 10px) or (-ms-perspective: 10px) or (-o-perspective: 10px) ) {
            @page :last {
                margin : 3in;
            }
        }
    }
}