Sha256: e33c9b25537594f970161a0a634abb62ba81eed77d740db11e18867fa6a6cdb9
Contents?: true
Size: 1.14 KB
Versions: 4
Compression:
Stored size: 1.14 KB
Contents
// Headings // -------------------------------------------------- // stylelint-disable selector-no-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: 12px; } pre { margin-top: 0; margin-bottom: 0; font: 12px $mono-font; } // 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
4 entries across 4 versions & 1 rubygems