Sha256: c33ddc238f777937ad25bae43e58d6632f4485aefea8d4cda501f378b4166ab6
Contents?: true
Size: 666 Bytes
Versions: 17
Compression:
Stored size: 666 Bytes
Contents
// stylelint-disable selector-max-specificity, selector-max-id, selector-max-type, selector-no-qualifying-type @media print { .site-footer, .site-button, #edit-this-page, #back-to-top, .site-nav, .main-header { display: none !important; } .side-bar { width: 100%; height: auto; border-right: 0 !important; } .site-header { border-bottom: 1px solid $border-color; } .site-title { font-size: 1rem !important; font-weight: 700 !important; } .text-small { font-size: 8pt !important; } pre.highlight { border: 1px solid $border-color; } .main { max-width: none; margin-left: 0; } }
Version data entries
17 entries across 17 versions & 3 rubygems