Docs examples update
* Remove unused fluid image * Add image, link, and description for new grid example * Update sign in example image
This commit is contained in:
parent
eac987c0d2
commit
292734d7f3
5 changed files with 16 additions and 6 deletions
|
|
@ -21,6 +21,10 @@ body {
|
|||
.bs-docs-container {
|
||||
max-width: 860px;
|
||||
}
|
||||
.bs-docs-container .row {
|
||||
margin-left: -15px;
|
||||
margin-right: -15px;
|
||||
}
|
||||
|
||||
/* */
|
||||
.bs-docs-footer {
|
||||
|
|
@ -215,15 +219,15 @@ section > ul li {
|
|||
left: 0;
|
||||
bottom: 0;
|
||||
width: 240px;
|
||||
background-color: #f5f5f5;
|
||||
overflow-y: scroll;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
box-shadow: inset -1px 0 0 #e5e5e5;
|
||||
background-color: #f5f5f5;
|
||||
border-right: 1px solid #e5e5e5;
|
||||
}
|
||||
|
||||
/* Nav: first level */
|
||||
.bs-docs-sidebar > .nav {
|
||||
margin: 0 0 25px;
|
||||
margin: 0 -1px 25px 0;
|
||||
}
|
||||
.bs-docs-sidebar .nav > li > a {
|
||||
display: block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue