Sha256: e7ff72713590de5814f5a6058426c832ee42feadaf7a5c1d2871defaa961f9d0

Contents?: true

Size: 594 Bytes

Versions: 2

Compression:

Stored size: 594 Bytes

Contents

// CSS correction for custom HTML produced by ansible-role-mailman in mm_cfg.py

h2 {
  margin-top: 0; padding-top: 0.5rem;

  &:before {
    display: none;
  }
}

.row > {
  hr {
    margin-top: 3em;
  }
}

div.container:nth-child(2) {
  > table:nth-child(2) {
    > tbody:nth-child(1) {
      > tr {
        > td {
          padding: 0.5rem;
        }
      }
      > tr:nth-child(4) {
        > td {
          background-color: $dark;
          > strong {
            > font {
              font-size: 1rem;
              color: #fff;
            }
          }
        }
      }
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

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