Sha256: 363b75e6810ddd1cba2cba6e2a85670100b4d83e220c654301870326c15497ca

Contents?: true

Size: 684 Bytes

Versions: 34

Compression:

Stored size: 684 Bytes

Contents

@mixin text {
  //margin-bottom: 1.5em;

  h2 {
     font-size: 1.2em;
     font-weight: bold;
     border-top: 8px solid #ddd;
     padding-top: 16px;
  }

  small { font-size: 80%; }
  strong { font-style: italic; }
  em { font-weight: bold; }

  p { margin-bottom: 18px; }

  ul {
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 2em;
    li {
      list-style-type: disc;
      margin-bottom: 1em !important;

      p { margin-bottom: 0; }

      ul {
        margin-bottom: 1em;
        margin-left: 1.5em;
        li {
          margin-bottom: 0 !important;
          list-style-type: none;
        }
      }
    }
  }

  ol li { list-style-type: lower-alpha; }

}

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
quby-5.6.6 app/assets/stylesheets/quby/partials/_text.scss
quby-5.6.5 app/assets/stylesheets/quby/partials/_text.scss
quby-5.6.3 app/assets/stylesheets/quby/partials/_text.scss
quby-5.6.2 app/assets/stylesheets/quby/partials/_text.scss
quby-5.6.1 app/assets/stylesheets/quby/partials/_text.scss
quby-5.6.0 app/assets/stylesheets/quby/partials/_text.scss
quby-5.5.0 app/assets/stylesheets/quby/partials/_text.scss
quby-5.4.0 app/assets/stylesheets/quby/partials/_text.scss
quby-5.3.1 app/assets/stylesheets/quby/partials/_text.scss
quby-5.3.0 app/assets/stylesheets/quby/partials/_text.scss
quby-5.2.0 app/assets/stylesheets/quby/partials/_text.scss
quby-5.1.3 app/assets/stylesheets/quby/partials/_text.scss
quby-5.1.2 app/assets/stylesheets/quby/partials/_text.scss
quby-5.1.1 app/assets/stylesheets/quby/partials/_text.scss
quby-5.1.0 app/assets/stylesheets/quby/partials/_text.scss
quby-5.0.5 app/assets/stylesheets/quby/partials/_text.scss
quby-5.0.4 app/assets/stylesheets/quby/partials/_text.scss
quby-5.0.3 app/assets/stylesheets/quby/partials/_text.scss
quby-5.0.2 app/assets/stylesheets/quby/partials/_text.scss
quby-5.0.1 app/assets/stylesheets/quby/partials/_text.scss