]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
tweaks around names and such
authorMark Otto <mark.otto@twitter.com>
Thu, 18 Aug 2011 18:37:47 +0000 (11:37 -0700)
committerMark Otto <mark.otto@twitter.com>
Thu, 18 Aug 2011 18:37:47 +0000 (11:37 -0700)
bootstrap-1.0.0.css
bootstrap-1.0.0.min.css
docs/index.html
lib/type.less

index c16e79a3c444cc7be9e4b06304d2513e53719609..375ed11882182fd203e8dc25a8bd9a87df41be55 100644 (file)
@@ -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;
index 18283c4ad38d7c25c26a752fc69b3942c3e9d0ae..82ad946923abb1cd7fc8fbf9e529cbf277222370 100644 (file)
@@ -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;}
index 22d87604a0a0ee38b9dfe639532b85576b31a1d0..ba46ef69afdad81b8eb4f120eda60999dd3f2076 100644 (file)
@@ -41,7 +41,7 @@
     <div id="masthead">
       <div class="inner">
         <div class="container">
-          <h1>Bootstrap from Twitter</h1>
+          <h1>Twitter Bootstrap</h1>
           <p class="lead">
             Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites.<br />
             It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.<br />
index 7d6b3925960d135df6c94b85d7603d11500feb5a..1ba44ad6609d44bb9b6c0c18a92a9add4a0b6c04 100644 (file)
@@ -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;