drop the side nav, restore topbar
This commit is contained in:
parent
df869f1eb0
commit
c1c7528dd9
11 changed files with 444 additions and 3 deletions
|
|
@ -12,18 +12,18 @@
|
|||
|
||||
body {
|
||||
position: relative;
|
||||
padding-top: 40px;
|
||||
padding-top: 100px;
|
||||
font-size: 14px;
|
||||
background-color: #fff;
|
||||
background-image: url(../img/grid-20px.png);
|
||||
background-repeat: repeat-x;
|
||||
background-position: 0 0;
|
||||
background-position: 0 40px;
|
||||
}
|
||||
|
||||
/* Custom container for the narrow docs */
|
||||
.bs-docs-container {
|
||||
max-width: 780px;
|
||||
margin: 0 0 0 240px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/* Increase docs base type size and line-heights */
|
||||
|
|
@ -43,6 +43,7 @@ li {
|
|||
-------------------------------------------------- */
|
||||
|
||||
.bs-docs-nav {
|
||||
display: none;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue