Sha256: af71c8bf8eb9a5fad47c379b2d88eda7c51c0efb824fee622a5a6e44bc6df089

Contents?: true

Size: 392 Bytes

Versions: 8

Compression:

Stored size: 392 Bytes

Contents

/* Lists */

ul, ol {
  list-style-position: inside;
  margin-bottom:  16px;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

dl {
  line-height: 1.4;
  margin-bottom: 16px;
}

dl dt {
  font-weight: bold;
  margin-top: 6px;
}

dl dd {
  margin-bottom: 0em;
}

dd {
  margin-left: 6px;
}

li {
  line-height: 1.4;
}

ol ol, ol ul, ul ul, ul ol {
  margin-left: 12px;
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
flutie-1.3.3 app/assets/stylesheets/_lists.scss
flutie-1.3.2 app/assets/stylesheets/_lists.scss
flutie-1.3.1 app/assets/stylesheets/_lists.scss
flutie-1.3.0 app/assets/stylesheets/_lists.scss
flutie-1.2.5 app/assets/stylesheets/sass/flutie/_lists.scss
flutie-1.2.4 app/assets/stylesheets/sass/flutie/_lists.scss
flutie-1.2.3 app/assets/stylesheets/sass/flutie/_lists.scss
flutie-1.2.2 public/stylesheets/sass/flutie/_lists.scss