feat(src): dynamic title and fix sidebar style

This commit is contained in:
qingwei.li 2017-02-11 19:04:12 +08:00
commit 6b30eb65eb
6 changed files with 25 additions and 3 deletions

View file

@ -223,6 +223,11 @@ main {
padding: 0;
}
li>p {
font-weight: 700;
margin: 0;
}
ul, ul li {
list-style: none;
}