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

Version Path
just-the-docs-0.10.0 _sass/print.scss
just-the-docs-0.9.0 _sass/print.scss
opendevsecops-jekyll-0.1.2 _sass/print.scss
opendevsecops-jekyll-0.1.1 _sass/print.scss
opendevsecops-jekyll-0.1.0 _sass/print.scss
just-the-docs-0.8.2 _sass/print.scss
just-the-docs-0.8.1 _sass/print.scss
just-the-docs-0.8.0 _sass/print.scss
just-the-docs-0.7.0 _sass/print.scss
just-the-docs-0.6.2 _sass/print.scss
just-the-docs-0.6.1 _sass/print.scss
just-the-docs-0.6.0 _sass/print.scss
just-the-docs-0.5.4 _sass/print.scss
just-the-docs-peter-0.1.3 _sass/print.scss
just-the-docs-peter-0.1.2 _sass/print.scss
just-the-docs-peter-0.1.1 _sass/print.scss
just-the-docs-0.5.3 _sass/print.scss