In essence, tests are not an importable submodule anymore but an independent piece of code that won't be installed in a user's site-packages directory.
12 lines
372 B
Plaintext
12 lines
372 B
Plaintext
div.vendor {
|
|
-moz-transform: translate(0, 11em) rotate(-90deg);
|
|
-webkit-animation: anim2 7s infinite ease-in-out;
|
|
}
|
|
div.long {
|
|
-moz-box-shadow: 0pt 0pt 2px rgba(255, 255, 255, 0.4) inset,
|
|
0pt 4px 6px rgba(255, 255, 255, 0.4) inset;
|
|
}
|
|
div.styles {
|
|
display: -moz-inline-stack;
|
|
background: -webkit-gradient(linear, left top, left bottom, from(red), to(blue));
|
|
} |