Sha256: c824c94d45f1979b12b8f0c6f3f19ca34c58b2b56fdaf8ad61e36db68c9be935
Contents?: true
Size: 880 Bytes
Versions: 74
Compression:
Stored size: 880 Bytes
Contents
.stretched-completely { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .stretched-horizontally { position: absolute; left: 0; right: 0; } .stretched-right { position: absolute; left: 0; right: 50%; } .left-pane { position: absolute; top: 0; bottom: 0; left: 0; right: 50%; } .stretched-left { position: absolute; left: 50%; right: 0; } .right-pane { position: absolute; top: 0; bottom: 0; left: 50%; right: 0; } .stretched-down { position: absolute; top: 0; bottom: 50%; } .top-pane { position: absolute; top: 0; bottom: 50%; left: 0; right: 0; } .stretched-up { position: absolute; top: 50%; bottom: 0; } .bottom-pane { position: absolute; top: 50%; bottom: 0; left: 0; right: 0; } .viewport { position: absolute; top: 10px; bottom: 30px; left: 40px; right: 20px; }
Version data entries
74 entries across 71 versions & 6 rubygems