~ubuntu-branches/ubuntu/vivid/ruby-compass/vivid-proposed

« back to all changes in this revision

Viewing changes to test/fixtures/stylesheets/compass/css/pie.css

  • Committer: Package Import Robot
  • Author(s): Jonas Smedegaard
  • Date: 2014-10-23 01:41:15 UTC
  • mfrom: (12.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20141023014115-bfhklnxtb876j1k4
Tags: 1.0.1~dfsg-3
* Fix tighten dependencies on ruby-sass and ruby-chunky-png.
* Adjust watch file to track only stable releases.
* Update Vcs-Browser URL to use cgit web frontend.
* Declare compliance with Debian Policy 3.9.6.
* Add NEWS entry about Blueprint now packaged separately.
* Stop build-depend explicitly on ruby.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.pie-element, .bordered, .gradient {
2
 
  behavior: url('/tmp/PIE.htc');
3
 
  position: relative; }
4
 
 
5
 
.bordered {
6
 
  -webkit-border-radius: 5px;
7
 
  -moz-border-radius: 5px;
8
 
  -ms-border-radius: 5px;
9
 
  -o-border-radius: 5px;
10
 
  border-radius: 5px; }
11
 
 
12
 
.gradient {
13
 
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff0000), color-stop(100%, #0000ff));
14
 
  background: -webkit-linear-gradient(#ff0000, #0000ff);
15
 
  background: -moz-linear-gradient(#ff0000, #0000ff);
16
 
  background: -o-linear-gradient(#ff0000, #0000ff);
17
 
  -pie-background: linear-gradient(#ff0000, #0000ff);
18
 
  background: linear-gradient(#ff0000, #0000ff); }
19
 
 
20
 
.pie-container, .widget {
21
 
  z-index: 0;
22
 
  position: relative; }
23
 
 
24
 
.z-pie-element, .widget h3 {
25
 
  behavior: url('/tmp/PIE.htc');
26
 
  z-index: 0; }