Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix font size and margin on title in sidebar
  • Loading branch information
silverwind committed Oct 3, 2017
commit 6a3c2165c65c095aa156a0eb95e9bd9def5b3b5c
5 changes: 3 additions & 2 deletions doc/api_assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,8 @@ a code {
}

#column2 > :first-child {
margin: 1.25rem 1rem;
margin: 1.25rem;
font-size: 1.5rem;
}

#column2 > ul:nth-child(2) {
Expand All @@ -451,7 +452,7 @@ a code {
}

#column2 ul li {
padding-left: 1.4rem;
padding-left: 1.25rem;
margin-bottom: .5rem;
padding-bottom: .5rem;
}
Expand Down