From c44bd1edf43c43ed8782f956813cb6142cbe068c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 4 Jun 2012 21:08:31 -0700 Subject: revamp docs to have new width, start realigning the base css page to match --- docs/assets/css/docs.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'docs/assets/css/docs.css') 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; -- cgit v1.2.3