Sha256: f569c5bdbe57cfa63177d145c2fa37bee467e13cb2ce5e49c712efcae1529771
Contents?: true
Size: 542 Bytes
Versions: 75
Compression:
Stored size: 542 Bytes
Contents
// Helpers .list-reset{ margin: 0; padding: 0; list-style: none; } .list-inline{ > li{ display: inline-block; vertical-align: top; } > dt{ clear: both; margin-right: .3em; } > dt, > dd{ float: left; margin-bottom: 0; } } // Make parent relative to absolute positioning children .absolutes{ position: relative; .left, .right, .top, .bottom{ position: absolute; } .left{ left: 0; } .right{ right: 0; } .top{ top: 0; } .bottom{ bottom: 0; } }
Version data entries
75 entries across 75 versions & 1 rubygems