Sha256: 5db93ebaae59f8bc79198f1c093b8d8cf615126cde523099b4bde69cdc002a32
Contents?: true
Size: 525 Bytes
Versions: 8
Compression:
Stored size: 525 Bytes
Contents
#box-parent { width: 100%; /* Firefox needs this */ height: 100%; } #box-parent, #box-child-2, #nested-child-2 { display: -webkit-box; display: -moz-box; display: box; -webkit-box-orient: vertical; -moz-box-orient: vertical; box-orient: vertical; -webkit-box-direction: reverse; -moz-box-direction: reverse; box-direction: reverse; } #box-parent div { -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; } #box-child-2 { -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; box-ordinal-group: 2; }
Version data entries
8 entries across 7 versions & 1 rubygems