Sha256: d10606ac312edb662a35413390449ebed030be63c300b2675dc34792fb05808f

Contents?: true

Size: 774 Bytes

Versions: 9

Compression:

Stored size: 774 Bytes

Contents

.pie-element, .bordered, .gradient {
  behavior: url('/tmp/PIE.htc');
  position: relative; }

.bordered {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.gradient {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff0000), color-stop(100%, #0000ff));
  background: -webkit-linear-gradient(#ff0000, #0000ff);
  background: -moz-linear-gradient(#ff0000, #0000ff);
  background: -o-linear-gradient(#ff0000, #0000ff);
  -pie-background: linear-gradient(#ff0000, #0000ff);
  background: linear-gradient(#ff0000, #0000ff); }

.pie-container, .widget {
  z-index: 0;
  position: relative; }

.z-pie-element, .widget h3 {
  behavior: url('/tmp/PIE.htc');
  z-index: 0; }

Version data entries

9 entries across 8 versions & 3 rubygems

Version Path
compass-0.12.7 test/fixtures/stylesheets/compass/css/pie.css
sadui-0.0.4 vendor/bundle/ruby/2.1.0/gems/compass-0.12.3/test/fixtures/stylesheets/compass/css/pie.css
sadui-0.0.4 vendor/bundle/ruby/2.0.0/gems/compass-0.12.3/test/fixtures/stylesheets/compass/css/pie.css
compass-0.12.6 test/fixtures/stylesheets/compass/css/pie.css
compass-0.12.5 test/fixtures/stylesheets/compass/css/pie.css
compass-0.12.4 test/fixtures/stylesheets/compass/css/pie.css
compass-0.12.3 test/fixtures/stylesheets/compass/css/pie.css
compass-sourcemaps-0.12.4.sourcemaps.a4836f1 test/fixtures/stylesheets/compass/css/pie.css
compass-0.12.2 test/fixtures/stylesheets/compass/css/pie.css