Sha256: 0e07eb69f9e9ec3c4b452934e2eddab8517a4400aee5e2c4674241343897f66c
Contents?: true
Size: 889 Bytes
Versions: 7
Compression:
Stored size: 889 Bytes
Contents
// // Lists // -------------------------------------------------- // Unordered and Ordered lists ul, ol { margin-top: 0; margin-bottom: ($line-height-computed / 2); ul, ol { margin-bottom: 0; } } // List options .unstyled { padding-left: 0; list-style: none; } // Inline .inline { @extend .unstyled; margin-left: -5px; > li { display: inline-block; padding-left: 5px; padding-right: 5px; } } // Description Lists dl { margin-top: 0; margin-bottom: $line-height-computed; } dt, dd { line-height: $line-height-base; } dt { font-weight: bold; } dd { margin-left: 0; } // Horizontal description lists .horizontal { dt{ float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } dd { @include clearfix(); margin-left: 180px; } }
Version data entries
7 entries across 7 versions & 1 rubygems