Skip to content

Commit 4430365

Browse files
Update custom.scss
1 parent e7dcf06 commit 4430365

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

_sass/custom/custom.scss

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -707,22 +707,3 @@ table.sml-table {
707707
content: "Next";
708708
color: #d3d3d3;
709709
}
710-
711-
// 0008
712-
713-
.custom-toc #markdown-toc {
714-
list-style: none;
715-
margin: 0;
716-
padding: 0;
717-
white-space: nowrap;
718-
overflow-x: auto;
719-
}
720-
721-
.custom-toc #markdown-toc li {
722-
display: inline;
723-
}
724-
725-
.custom-toc #markdown-toc li:not(:last-child)::after {
726-
content: " - ";
727-
padding: 0 0.5em;
728-
}

0 commit comments

Comments
 (0)