| OLD | NEW |
| 1 @media all and (min-width : 500px) { | 1 @media all and (min-width : 500px) { |
| 2 @document url(http://www.w3.org/), | 2 @document url(http://www.w3.org/), |
| 3 url-prefix(http://www.w3.org/Style/), | 3 url-prefix(http://www.w3.org/Style/), |
| 4 domain(mozilla.org), | 4 domain(mozilla.org), |
| 5 regexp("https:.*") | 5 regexp("https:.*") |
| 6 { | 6 { |
| 7 @supports ( (perspective: 10px) or (-moz-perspective: 10px) or (-webkit-
perspective: 10px) or (-ms-perspective: 10px) or (-o-perspective: 10px) ) { | 7 @supports ( (perspective: 10px) or (-moz-perspective: 10px) or (-webkit-
perspective: 10px) or (-ms-perspective: 10px) or (-o-perspective: 10px) ) { |
| 8 @-moz-keyframes slidein { | 8 @-moz-keyframes slidein { |
| 9 from :blub { | 9 from :blub { |
| 10 margin-left : 100%; | 10 margin-left : 100%; |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 width:100%; | 22 width:100%; |
| 23 } | 23 } |
| 24 } | 24 } |
| 25 | 25 |
| 26 @page :last { | 26 @page :last { |
| 27 margin : 3in; | 27 margin : 3in; |
| 28 } | 28 } |
| 29 } | 29 } |
| 30 } | 30 } |
| 31 } | 31 } |
| OLD | NEW |