1
0
mirror of https://github.com/actix/actix-website synced 2025-06-27 07:29:02 +02:00

add example project and blog nav

This commit is contained in:
krircc
2018-06-24 22:31:09 +08:00
parent ada7b80fe9
commit 93d92615cb
9 changed files with 133 additions and 11 deletions

View File

@ -387,6 +387,23 @@ img {
color: #333!important;
text-decoration: none;
}
/*
*
* ===== blog =====
*
*/
#collapsing-docnav details {
border: none;
}
#collapsing-docnav details summary {
font-size: 1.2rem;
font-weight: bold;
margin-bottom: 0.8rem;
}
#collapsing-docnav details ul {
margin: 1rem;
}
/*
*