refactor(core): fix route path

This commit is contained in:
qingwei.li 2017-02-18 19:35:14 +08:00 committed by cinwell.li
commit e2b7b976cf
16 changed files with 125 additions and 444 deletions

View file

@ -46,6 +46,15 @@ body {
}
}
.app-sub-sidebar {
.section-link {
&::before {
content: '-';
padding-right: 4px;
}
}
}
/* markdown content found on pages */
.markdown-section h1,
.markdown-section h2,