1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-27 13:59:06 +02:00

revamp docs to have new width, start realigning the base css page to match

This commit is contained in:
Mark Otto
2012-06-04 21:08:31 -07:00
parent 632c6d22a2
commit c44bd1edf4
12 changed files with 353 additions and 355 deletions

View File

@@ -17,6 +17,10 @@ body {
background-position: 0 40px;
}
.bs-docs-container {
max-width: 780px;
margin: 0 auto;
}
/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */
@@ -571,7 +575,7 @@ form.well {
margin: 15px 0;
padding: 39px 19px 14px;
background-color: #fff;
border: 1px solid #e5e5e5;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
@@ -582,11 +586,10 @@ form.well {
top: -1px;
left: -1px;
padding: 3px 7px;
font-family: "Open Sans", sans-serif;
font-size: 12px;
font-weight: bold;
background-color: #f5f5f5;
border: 1px solid #e5e5e5;
border: 1px solid #ddd;
color: #9da0a4;
-webkit-border-radius: 4px 0 4px 0;
-moz-border-radius: 4px 0 4px 0;