~ubuntu-branches/debian/jessie/gnome-shell/jessie

« back to all changes in this revision

Viewing changes to tests/testcommon/test.css

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-05-30 13:19:38 UTC
  • mfrom: (18.1.24 experimental)
  • Revision ID: package-import@ubuntu.com-20120530131938-i3trc1g1p3is2u6x
Tags: 3.4.1-3
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
stage {
4
4
    font: 16pt serif;
 
5
    color: black;
5
6
}
6
7
 
7
8
.red {
37
38
    border-image: url('border-image.png') 16;
38
39
}
39
40
 
 
41
.background-image-200-200 {
 
42
    background-image: url('200-200.svg');
 
43
}
 
44
 
 
45
.background-image-100-200 {
 
46
    background-image: url('100-200.svg');
 
47
}
 
48
 
 
49
.background-image-200-100 {
 
50
    background-image: url('200-100.svg');
 
51
}
 
52
 
40
53
.background-gradient {
41
54
    background-gradient-start: rgba(127, 255, 127, .6);
42
55
    background-gradient-end: rgba(127, 127, 255, .6);