indenting and such

This commit is contained in:
Mark Otto
2012-07-26 21:45:19 -07:00
parent 880bdbc4dd
commit f75277e62d
4 changed files with 450 additions and 458 deletions

View File

@@ -900,9 +900,9 @@ form.bs-docs-example {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.05);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,.05);
box-shadow: 0 1px 3px rgba(0,0,0,.05);
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
margin: 0 0 -1px;
@@ -1005,4 +1005,4 @@ form.bs-docs-example {
.subhead + .bs-docs-canvas {
top: 250px;
}
}
}