[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / compresseur / tests / css / source_url_abs.css
1 .mybg1{
2 background: url(bg.png);
3 }
4 .mybg2{
5 background: url("bg.png");
6 }
7 .mybg3{
8 background: url('bg.png');
9 }
10 .mybg3{
11 background: url('img/bg.png');
12 }
13 .mybg4{
14 background: url('/img/bg.png');
15 }
16 .mybg5{
17 background: url('http://example.com/bg.png');
18 }
19 path.area.perspective1_haute,path.area.perspective2_haute{
20 fill: url( #gradient_perspective1 );
21 }