Sha256: cac2d64475f04b6b8f2dc0b433cbcd8652b77fab218697a5ecb183808728e5cf

Contents?: true

Size: 851 Bytes

Versions: 8

Compression:

Stored size: 851 Bytes

Contents

// Sass partial to apply Bootstrap styling & override user agent defaults for DITA element classes
// See related partials for code, notes, tables, UI & XML domains

.lq {
  color: $text-muted;
  font-size: 14px;
}

// Add bottom margin to nested lists & short descriptions that appear in abstracts
li.li ul.ul,
div.shortdesc {
  margin-bottom: $spacer;
}

.lead {
  color: $text-muted;
}

p.shortdesc,
div.shortdesc {
  @extend .lead;
}

// Apply Bootstrap's <caption> style to figure titles (rendered as HTML5 <figcaption> elements)
figcaption {
  @extend caption;
  @extend .figure-caption;
  margin: $table-cell-padding 0;
  padding: 0;
}

// Apply Bootstrap's <p> margins to definition lists
// 1rem bottom margin
dd {
  margin: 0 0 $paragraph-margin-bottom;
}

// Top margin for first term in list
dt {
  margin: $paragraph-margin-bottom 0 0;
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cms-dita-jekyll-theme-0.1.7 _sass/_dita.scss
cms-dita-jekyll-theme-0.1.6 _sass/_dita.scss
cms-dita-jekyll-theme-0.1.5 _sass/_dita.scss
cms-dita-jekyll-theme-0.1.4 _sass/_dita.scss
cms-dita-jekyll-theme-0.1.3 _sass/_dita.scss
cms-dita-jekyll-theme-0.1.2 _sass/_dita.scss
cms-dita-jekyll-theme-0.1.1 _sass/_dita.scss
cms-dita-jekyll-theme-0.1.0 _sass/_dita.scss