more changes to js and components, playing with new docs subnav
This commit is contained in:
parent
47e2c43401
commit
de53f62a04
7 changed files with 1077 additions and 1185 deletions
|
|
@ -11,12 +11,18 @@
|
|||
body {
|
||||
position: relative;
|
||||
padding-top: 90px;
|
||||
font-size: 14px;
|
||||
background-color: #fff;
|
||||
background-image: url(../img/grid-18px-masked.png);
|
||||
background-repeat: repeat-x;
|
||||
background-position: 0 40px;
|
||||
}
|
||||
|
||||
body,
|
||||
li {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.bs-docs-container {
|
||||
max-width: 780px;
|
||||
margin: 0 auto;
|
||||
|
|
@ -24,6 +30,9 @@ body {
|
|||
|
||||
/* Tweak navbar brand link to be super sleek
|
||||
-------------------------------------------------- */
|
||||
.navbar {
|
||||
font-size: 13px;
|
||||
}
|
||||
.navbar-fixed-top .brand {
|
||||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
|
|
@ -603,7 +612,6 @@ form.well {
|
|||
.bs-docs-example > p {
|
||||
font-size: 13px;
|
||||
line-height: 18px;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
.bs-docs-example p:last-child {
|
||||
margin-bottom: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue