Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Change features list style #302

Merged
merged 1 commit into from
Sep 5, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions docs/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,19 @@ hr {
opacity: .85;
}

.markdownIt-TOC li::before {
content: "› ";
padding-right: .4rem;
opacity: .6;
font-size: var(--r-small-fontSize);
.markdownIt-TOC li {
padding-left: .8rem;
position: relative;
}

.markdownIt-TOC li::before {
content: "› ";
opacity: .6;
font-size: var(--r-small-fontSize);
position: absolute;
left: 0;
}

.markdownIt-TOC ul {
list-style: none;
margin: 0;
Expand Down