Skip to content

Commit

Permalink
fix afffix
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Aug 20, 2012
1 parent 2b5e090 commit 9e0d87a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/assets/css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ form.bs-docs-example {

.bs-docs-sidenav {
width: 228px;
margin: 30px 0 20px;
margin: 30px 0 0;
padding: 0;
background-color: #fff;
-webkit-border-radius: 6px;
Expand Down Expand Up @@ -885,6 +885,9 @@ form.bs-docs-example {
width: 166px;
margin-top: 20px;
}
.bs-docs-sidenav.affix {
top: 0;
}
}

/* Tablet
Expand Down Expand Up @@ -924,6 +927,7 @@ form.bs-docs-example {
/* Sidenav */
.bs-docs-sidenav {
width: auto;
margin-bottom: 20px;
}
.bs-docs-sidenav.affix {
position: static;
Expand Down

0 comments on commit 9e0d87a

Please sign in to comment.