Sha256: 299e1409d251340ca367c66c3b59cb611a7be8a13ec976ba83b2a21e778dd632

Contents?: true

Size: 767 Bytes

Versions: 9

Compression:

Stored size: 767 Bytes

Contents

/*!
 * Httpd customization (https://gitlab.com/areguera/jekyll-theme-centos/)
 * Copyright 2020-2021 Alain Reguera Delgado
 * Licensed under MIT (https://gitlab.com/areguera/jekyll-theme-centos/-/blob/master/LICENSE)
 */

.page {
  &__content {
    &__autoindex {
      // The autoindex is not directly used by website content but by external
      // sites (e.g., mirror.centos.org, people.centos.org and all the
      // user-specific pages under it.
      &__list {
        padding-bottom: $paragraph-margin-bottom;
        border-bottom: 1px solid lightgray;
      }
      img {
        width: auto;
      }
      pre {
        background: none;
        border: none;
        max-height:  none;
        overflow-y: hidden;
        padding: 0;
      }
    }
  }
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
jekyll-theme-centos-0.7.8 _sass/centos/centos-httpd.scss
jekyll-theme-centos-0.7.7 _sass/centos/centos-httpd.scss
jekyll-theme-centos-0.7.6 _sass/centos/centos-httpd.scss
jekyll-theme-centos-0.7.5 _sass/centos/centos-httpd.scss
jekyll-theme-centos-0.7.4 _sass/centos/centos-httpd.scss
jekyll-theme-centos-0.7.3 _sass/centos/centos-httpd.scss
jekyll-theme-centos-0.7.2 _sass/centos/centos-httpd.scss
jekyll-theme-centos-0.7.1 _sass/centos/centos-httpd.scss
jekyll-theme-centos-0.7.0 _sass/centos/centos-httpd.scss