Sha256: 0617dc5314350f4c7e17911179923a6a0732ab24de5eea2d5fb12cf988bd8d48

Contents?: true

Size: 494 Bytes

Versions: 9

Compression:

Stored size: 494 Bytes

Contents

// Lists
//––––––––––––––––––––––––––––––––––––––––––––––––––

ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0;
}

ul {
  padding-left: 0;
  margin-top: 0;
  ul, ol {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%;
  }
}

ol {
  ol, ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%;
  }
}

li {
  margin-bottom: 1rem;
}

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
jekyll-theme-newtype-0.1.3 _sass/skeleton/modules/_lists.scss
jekyll-theme-newtype-0.1.2 _sass/skeleton/modules/_lists.scss
jekyll-theme-newtype-0.1.1 _sass/skeleton/modules/_lists.scss
jekyll-theme-newtype-0.1.0 _sass/skeleton/modules/_lists.scss
blog.sahithyen.com-0.1.2 _sass/modules/_lists.scss
flying_dutchman-0.6.0 vendor/assets/stylesheets/skeleton/modules/_lists.scss
flying_dutchman-0.5.0 vendor/assets/stylesheets/skeleton/modules/_lists.scss
flying_dutchman-0.4.0 vendor/assets/stylesheets/skeleton/modules/_lists.scss
flying_dutchman-0.3.0 vendor/assets/stylesheets/skeleton/modules/_lists.scss