_sass/docgen/_api.scss in jekyll-theme-docgen-1.1.3 vs _sass/docgen/_api.scss in jekyll-theme-docgen-1.2.0
- old
+ new
@@ -27,18 +27,11 @@
margin-left: $spacing-unit / 4;
margin-right: $spacing-unit / 4;
}
}
-div.utf-box-drawing {
- pre, > pre, pre code {
- font-family: "Source Code Pro";
- line-height: initial;
- }
-}
-
// https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type#Syntax
ol.heirarchical > li {
ol, ul {
//margin-bottom: 0px;
}
@@ -49,15 +42,15 @@
list-style-type: lower-roman;
}
}
}
-.citation-docgen {
- .citation-number-docgen:after {
- counter-increment: citation-docgen;
- content: counter(citation-docgen);
- }
-}
+// .citation-docgen {
+// .citation-number-docgen:after {
+// counter-increment: citation-docgen;
+// content: counter(citation-docgen);
+// }
+// }
@media print {
.page-break {
height: 0px;
background-color: none;