Sha256: f3aa2d342322acd2fb185be98cbc9836214aa37a878c9533ada59af565ddfca2
Contents?: true
Size: 776 Bytes
Versions: 11
Compression:
Stored size: 776 Bytes
Contents
/* *= require bootstrap.min *= require_self *= require_tree . */ body { margin: 0 } .col { top: 0; bottom: 0; } .left { overflow-y: auto; width: 400px; position: absolute; } .right { left: 400px; right: 0; position: fixed; } iframe { width: 100%; height: 100%; position: absolute; border: solid 1px #ccc; border-top: none; } h1 { padding-right: 10px; padding-left: 5px; } .letter-opener .active, .letter-opener .active:hover td { background: #ccc; } .letter-opener tr { cursor: pointer; } [class^="icon-"], [class*=" icon-"] { background-image: url(<%=asset_path "glyphicons-halflings.png"%>); } .icon-white { background-image: url(<%=asset_path "glyphicons-halflings-white.png"%>); }
Version data entries
11 entries across 11 versions & 1 rubygems