Sha256: a894a82d6b4a0244c2b923551a2c32135d20b278a4995ccf116235e950b2fcf0

Contents?: true

Size: 1.18 KB

Versions: 13

Compression:

Stored size: 1.18 KB

Contents

// Headings
// --------------------------------------------------
// stylelint-disable selector-max-type
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

h1 { @include h1; }
h2 { @include h2; }
h3 { @include h3; }
h4 { @include h4; }
h5 { @include h5; }
h6 { @include h6; }

// Body text
// --------------------------------------------------

p {
  margin-top: 0;
  margin-bottom: 10px;
}

small {
  font-size: 90%;
}

blockquote {
  margin: 0;
}

// Lists
// --------------------------------------------------

ul,
ol {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ol {
  list-style-type: lower-roman;
}

ul ul ol,
ul ol ol,
ol ul ol,
ol ol ol {
  list-style-type: lower-alpha;
}

dd {
  margin-left: 0;
}

// Code
// --------------------------------------------------

tt,
code {
  font-family: $mono-font;
  font-size: $font-size-small;
}

pre {
  margin-top: 0;
  margin-bottom: 0;
  font-family: $mono-font;
  font-size: $font-size-small;
}

// Octicons
// --------------------------------------------------

// Move this over here as a temporary override to the octicons source repo
// instead of updating that upstream.
.octicon {
  vertical-align: text-bottom;
}

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
primery-0.1.0 _sass/primer-base/lib/typography-base.scss
jekyll-theme-primer-0.6.0 _sass/primer-base/lib/typography-base.scss
github-docs-0.0.5 _sass/primer-base/typography-base.scss
github-docs-0.0.4 _sass/primer-base/typography-base.scss
github-docs-0.0.3 _sass/primer-base/typography-base.scss
github-docs-0.0.2 _sass/primer-base/typography-base.scss
github-docs-0.0.1 _sass/primer-base/typography-base.scss
jekyll-theme-primer-0.5.4 _sass/primer-base/lib/typography-base.scss
jekyll-theme-primer-0.5.3 _sass/primer-base/lib/typography-base.scss
jekyll-theme-primer-0.5.2 _sass/primer-base/lib/typography-base.scss
jekyll-theme-primer-0.5.1 _sass/primer-base/lib/typography-base.scss
jekyll-theme-primer-0.5.0 _sass/primer-base/lib/typography-base.scss
jekyll-theme-primer-0.4.0 _sass/primer-base/lib/typography-base.scss