From: Mark Otto Date: Mon, 20 Feb 2012 00:28:46 +0000 (-0800) Subject: add new global styles docs section for mentioning doctype requirements, base body... X-Git-Tag: v2.0.2~138 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8247cb3362094fea315ec46acb0ff1ac42c8e47d;p=thirdparty%2Fbootstrap.git add new global styles docs section for mentioning doctype requirements, base body changes, and type/links; also tightened up code styles --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index b385a1b2e0..e5727e7224 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 25a9f2fef3..baf4fde003 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 c3e5426a66..d07eff27cd 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.