Sha256: 48d1dee935bb3efa2b9877bb7eac90508b0cdd18cd364e998fbb86acb052836b

Contents?: true

Size: 1.15 KB

Versions: 3

Compression:

Stored size: 1.15 KB

Contents

.clearfix {
  overflow: hidden;
  *zoom: 1; }

.pie-clearfix {
  *zoom: 1; }
  .pie-clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }

.simple-pie-clearfix {
  *zoom: 1; }
  .simple-pie-clearfix:after {
    content: "";
    display: table;
    clear: both; }

p.light {
  background-color: #b0201e;
  color: black; }

p.dark {
  background-color: #5f1210;
  color: white; }

p.light-with-args {
  background-color: #b0201e;
  color: green; }

p.dark-with-args {
  background-color: #5f1210;
  color: blue; }

th {
  background-color: white; }
  th.even, th:nth-child(2n) {
    background-color: yellow; }

tr.odd td, tr:nth-child(2n+1) td {
  background-color: white; }
  tr.odd td.even, tr.odd td:nth-child(2n), tr:nth-child(2n+1) td.even, tr:nth-child(2n+1) td:nth-child(2n) {
    background-color: yellow; }

tr.even td {
  background-color: red; }
  tr.even td.even, tr.even td:nth-child(2n) {
    background-color: red; }

tfoot th, tfoot td {
  background-color: white; }
  tfoot th.even, tfoot th:nth-child(2n), tfoot td.even, tfoot td:nth-child(2n) {
    background-color: yellow; }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
compass-0.12.rc.1 test/fixtures/stylesheets/compass/css/utilities.css
compass-0.12.rc.0 test/fixtures/stylesheets/compass/css/utilities.css
compass-0.12.alpha.4 test/fixtures/stylesheets/compass/css/utilities.css