Sha256: 2c58ee1ab5528e8be8a76ec53f16e4faac288f70f6fbb11e200330acd65c4240

Contents?: true

Size: 254 Bytes

Versions: 3

Compression:

Stored size: 254 Bytes

Contents

// CSS correction for custom HTML produced by ansible-role-mailman in
// options.html

h2, h4 {
  margin-top: 1rem; padding-top: 1rem;
  &:before {
    display: none;
  }
}

h3, h5 {
  margin-top: 0; padding-top: 0;
  &:before {
    display: none;
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-centos-2.3.0.beta.5 _sass/centos/sites/lists/options.scss
jekyll-theme-centos-2.3.0.beta.4 _sass/centos/sites/lists/options.scss
jekyll-theme-centos-2.3.0.beta.3 _sass/centos/sites/lists/options.scss