Add blog post about documentation

This commit is contained in:
Paulus Schoutsen 2016-04-17 00:06:41 -07:00
parent d8c8cf4c8d
commit ea81254ba1
6 changed files with 48 additions and 12 deletions

View file

@ -333,11 +333,17 @@ p.note {
font-size: .8em;
}
ul.sidebar-menu a.active {
color: #000;
font-weight: bold;
ul.sidebar-menu {
a.active {
color: #000;
font-weight: bold;
}
ul {
margin-left: 30px;
}
}
a code {
color: #049cdb;
}
}