mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-18 17:12:23 -06:00
Update code.scss
Removed some comments and layout
This commit is contained in:
parent
b5cd532435
commit
49ef043ebb
@ -38,7 +38,6 @@ code {
|
|||||||
// No kramdown line_numbers: fences and Liquid highlighting look the same.
|
// No kramdown line_numbers: fences and Liquid highlighting look the same.
|
||||||
// Kramdown line_numbers = true: fences have a wider gutter than with Liquid?
|
// Kramdown line_numbers = true: fences have a wider gutter than with Liquid?
|
||||||
|
|
||||||
|
|
||||||
pre.highlight,
|
pre.highlight,
|
||||||
figure.highlight {
|
figure.highlight {
|
||||||
padding: $sp-3;
|
padding: $sp-3;
|
||||||
@ -76,10 +75,10 @@ div.highlight {
|
|||||||
|
|
||||||
// With linenos or kramdown line_numbers option:
|
// With linenos or kramdown line_numbers option:
|
||||||
|
|
||||||
figure.highlight > pre > code, // {% highlight linenos %}
|
figure.highlight > pre > code,
|
||||||
figure.highlight > code, // with fix_linenos
|
figure.highlight > code,
|
||||||
div.highlight > pre > code, // ```...```
|
div.highlight > pre > code,
|
||||||
div.highlight > code { // with fix_linenos
|
div.highlight > code {
|
||||||
td,
|
td,
|
||||||
td > pre {
|
td > pre {
|
||||||
@include fs-2;
|
@include fs-2;
|
||||||
@ -108,8 +107,7 @@ div.highlight > code { // with fix_linenos
|
|||||||
// Jekyll 4.1.1: figure.highlight > pre > code > div > table > ...
|
// Jekyll 4.1.1: figure.highlight > pre > code > div > table > ...
|
||||||
|
|
||||||
figure.highlight > pre > code .table-wrapper,
|
figure.highlight > pre > code .table-wrapper,
|
||||||
div.highlight > pre > code .table-wrapper,
|
div.highlight > pre > code .table-wrapper {
|
||||||
{
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user