Sha256: 3766cc4475ba85cdea95dbe6611313a86833dba05fa8721cb945a5c671dbb8af

Contents?: true

Size: 490 Bytes

Versions: 42

Compression:

Stored size: 490 Bytes

Contents

* {
  box-sizing: border-box;
}

.container {
  background: #EEE;
  width: 50%;
  margin-bottom: 20px;
}

.item {
  width:  60px;
  height: 60px;
  float: left;
  border: 1px solid;
  background: #09F;
}

.item.w2 { width: 120px; }
.item.w3 { width: 180px; }
.item.w4 { width: 240px; }

.item.h2 { height: 100px; }
.item.h3 { height: 160px; }
.item.h4 { height: 220px; }
.item.h5 { height: 280px; }

.stamp {
  background: red;
  opacity: 0.75;
  position: absolute;
  border: 1px solid;
}

Version data entries

42 entries across 42 versions & 2 rubygems

Version Path
wbase-0.1.0 app/assets/javascripts/wbase/admin/masonry/sandbox/sandbox.css
wbase-0.0.15 app/assets/javascripts/wbase/admin/masonry/sandbox/sandbox.css