From 8247cb3362094fea315ec46acb0ff1ac42c8e47d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 19 Feb 2012 16:28:46 -0800 Subject: add new global styles docs section for mentioning doctype requirements, base body changes, and type/links; also tightened up code styles --- docs/assets/bootstrap.zip | Bin 53380 -> 53378 bytes docs/assets/css/bootstrap.css | 2 +- docs/scaffolding.html | 40 ++++++++++++++++++++++++++++++ docs/templates/pages/scaffolding.mustache | 40 ++++++++++++++++++++++++++++++ 4 files changed, 81 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index b385a1b2e..e5727e722 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 25a9f2fef..baf4fde00 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -482,7 +482,7 @@ code, pre { border-radius: 3px; } code { - padding: 3px 4px; + padding: 2px 4px; color: #d14; background-color: #f7f7f9; border: 1px solid #e1e1e8; diff --git a/docs/scaffolding.html b/docs/scaffolding.html index c3e5426a6..d07eff27c 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -81,6 +81,7 @@

Bootstrap is built on a responsive 12-column grid. We've also included fixed- and fluid-width layouts based on that system.