Update documentation

This commit is contained in:
Vinta 2015-06-07 03:58:35 +08:00
parent 9a7f52ddc1
commit 2a38643787
3 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
.bs-sidebar.well { .bs-sidebar.well {
/*margin-bottom: 0;*/ /* margin-bottom: 0; */
} }
.bs-sidebar .nav > li > a:hover, .bs-sidebar .nav > li > a:hover,
@ -17,8 +17,8 @@
@media (min-width: 992px) { @media (min-width: 992px) {
.bs-sidebar.affix { .bs-sidebar.affix {
/*top: 60px;*/ /* top: 60px; */
/*bottom: 0px;*/ /* bottom: 0px; */
top: 80px; top: 80px;
bottom: 23px; bottom: 23px;
overflow: auto; overflow: auto;

View File

@ -52,7 +52,7 @@
<li class="active"> <li class="active">
<a href=".">Home</a> <a href=".">Life is short, you need Python.</a>
</li> </li>

File diff suppressed because one or more lines are too long