Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Side by Side Diff: tracing/third_party/tvcm/third_party/rcssmin/tests/main/atgroup_11.css

Issue 1376953005: Move tracing/third_party/tvcm -> third_party/py_vulcanize. (Closed) Base URL: git@github.com:catapult-project/catapult.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 @media all and (min-width : 500px) {
2 @document url(http://www.w3.org/),
3 url-prefix(http://www.w3.org/Style/),
4 domain(mozilla.org),
5 regexp("https:.*")
6 {
7 @supports ( (perspective: 10px) or (-moz-perspective: 10px) or (-webkit- perspective: 10px) or (-ms-perspective: 10px) or (-o-perspective: 10px) ) {
8 @-ms-keyframes slidein {
9 from :blub {
10 margin-left : 100%;
11 width: 300%
12 }
13
14 75% {
15 font-size:300%;
16 margin-left:25%;
17 width:150%;
18 }
19
20 to {
21 margin-left:0%;
22 width:100%;
23 }
24 }
25
26 @page :last {
27 margin : 3in;
28 }
29 }
30 }
31 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698