Sha256: 36187f2590b404d0ccf7fea8491b2145b02ddaf41c6adf65a50553f03369ec1d
Contents?: true
Size: 701 Bytes
Versions: 12
Compression:
Stored size: 701 Bytes
Contents
/* this is a work in progress. :) */ main .method-header { background: rgba(27,31,35,0.05); border: 1px solid #6C8C22; padding: 0.5em; border-radius: 4px; /* padding: 0 0.5em; */ /* border-width: 0 1px; */ /* border-color: #6C8C22; */ /* border-style: solid; */ } main .method-description, main .aliases { padding-left: 1em; } body { /* * The default (300) can be too low contrast. Also, many fonts don't * distinguish between 300->400, so <em>...</em> had no effect. */ font-weight: 400; } @media only screen and (min-width: 600px) { nav { height: 100%; position: fixed; overflow-y: scroll; } nav #class-metadata { margin-bottom: 5em; } }
Version data entries
12 entries across 12 versions & 1 rubygems