aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-06-04 21:08:31 -0700
committerMark Otto <[email protected]>2012-06-04 21:08:31 -0700
commitc44bd1edf43c43ed8782f956813cb6142cbe068c (patch)
tree0e186e1762cbfe8d879bc5e01629305249749e91 /docs/assets/css/docs.css
parent632c6d22a27e5c78f22faae96a1dbd6cab51a9ab (diff)
downloadbootstrap-c44bd1edf43c43ed8782f956813cb6142cbe068c.tar.xz
bootstrap-c44bd1edf43c43ed8782f956813cb6142cbe068c.zip
revamp docs to have new width, start realigning the base css page to match
Diffstat (limited to 'docs/assets/css/docs.css')
-rw-r--r--docs/assets/css/docs.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 2d4eedefe..dce385eb6 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -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;