From: Mark Otto Date: Thu, 18 Aug 2011 18:37:47 +0000 (-0700) Subject: tweaks around names and such X-Git-Tag: v1.0.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd1d38975141454b9bf8206fae7431d157923535;p=thirdparty%2Fbootstrap.git tweaks around names and such --- diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css index c16e79a3c4..375ed11882 100644 --- a/bootstrap-1.0.0.css +++ b/bootstrap-1.0.0.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Wed Aug 17 22:35:32 PDT 2011 + * Date: Wed Aug 17 23:02:19 PDT 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). @@ -617,7 +617,7 @@ code, pre { code { background-color: #fee9cc; color: rgba(0, 0, 0, 0.75); - padding: 2px 3px; + padding: 1px 3px; } pre { background-color: #f5f5f5; diff --git a/bootstrap-1.0.0.min.css b/bootstrap-1.0.0.min.css index 18283c4ad3..82ad946923 100644 --- a/bootstrap-1.0.0.min.css +++ b/bootstrap-1.0.0.min.css @@ -76,7 +76,7 @@ blockquote{margin-bottom:18px;border-left:5px solid #eee;padding-left:15px;}bloc blockquote cite{display:block;font-size:12px;font-weight:300;line-height:18px;color:#bfbfbf;}blockquote cite:before{content:'\2014 \00A0';} address{display:block;line-height:18px;margin-bottom:18px;} code,pre{padding:0 3px 2px;font-family:Monaco, Andale Mono, Courier New, monospace;font-size:12px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} -code{background-color:#fee9cc;color:rgba(0, 0, 0, 0.75);padding:2px 3px;} +code{background-color:#fee9cc;color:rgba(0, 0, 0, 0.75);padding:1px 3px;} pre{background-color:#f5f5f5;display:block;padding:17px;margin:0 0 18px;line-height:18px;font-size:12px;border:1px solid rgba(0, 0, 0, 0.15);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;white-space:pre-wrap;} form{margin-bottom:18px;}form fieldset{margin-bottom:18px;padding-top:18px;}form fieldset legend{display:block;margin-left:150px;font-size:20px;line-height:1;color:#404040;} form div.clearfix{margin-bottom:18px;} diff --git a/docs/index.html b/docs/index.html index 22d87604a0..ba46ef69af 100644 --- a/docs/index.html +++ b/docs/index.html @@ -41,7 +41,7 @@
-

Bootstrap from Twitter

+

Twitter Bootstrap

Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites.
It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.
diff --git a/lib/type.less b/lib/type.less index 7d6b392596..1ba44ad660 100644 --- a/lib/type.less +++ b/lib/type.less @@ -169,7 +169,7 @@ code, pre { code { background-color: lighten(@orange, 40%); color: rgba(0,0,0,.75); - padding: 2px 3px; + padding: 1px 3px; } pre { background-color: #f5f5f5;