Sha256: 6fed898269dfcdeffe4a3796cf236a6fb61b26ed8df33787b40a617e39798612
Contents?: true
Size: 569 Bytes
Versions: 24
Compression:
Stored size: 569 Bytes
Contents
// help search #search-help { @extend #search; input#help-query { @include box-shadow-inset(0px, 0px, 5px, $content-grey); } } // help pane #movable-content { padding:20px 23px 20px 23px; position:static; width:740px; } #help-pane { background:transparent; min-height:400px; position:absolute; right:-1000px; top:50px; width:780px; display: none; overflow: hidden; } #help-content { padding: 20px 23px; h2 { padding-top:15px; margin-top:20px; border-top:1px dotted #CFCFCF; font-size:18px; } ul, ol { list-style:disc; padding-left:25px; margin-bottom:10px; } }
Version data entries
24 entries across 24 versions & 1 rubygems