]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix > & bug and point to 1.1.4 less version
authorJacob Thornton <jacobthornton@gmail.com>
Fri, 4 Nov 2011 20:34:44 +0000 (13:34 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Fri, 4 Nov 2011 20:34:44 +0000 (13:34 -0700)
bootstrap.css
bootstrap.min.css
docs/index.html
lib/scaffolding.less

index b8ae9b69274413b5d62ea9106fdf5e5ae7b48a6c..d035edf0122ee2eb851fb5422e03aa761b56eeeb 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: Thu Nov  3 18:40:15 PDT 2011
+ * Date: Fri Nov  4 13:34:33 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).
@@ -338,40 +338,40 @@ a:hover {
 .span24 {
   width: 1420px;
 }
-.row  > .offset1 {
+.row > .offset1 {
   margin-left: 80px;
 }
-.row  > .offset2 {
+.row > .offset2 {
   margin-left: 140px;
 }
-.row  > .offset3 {
+.row > .offset3 {
   margin-left: 200px;
 }
-.row  > .offset4 {
+.row > .offset4 {
   margin-left: 260px;
 }
-.row  > .offset5 {
+.row > .offset5 {
   margin-left: 320px;
 }
-.row  > .offset6 {
+.row > .offset6 {
   margin-left: 380px;
 }
-.row  > .offset7 {
+.row > .offset7 {
   margin-left: 440px;
 }
-.row  > .offset8 {
+.row > .offset8 {
   margin-left: 500px;
 }
-.row  > .offset9 {
+.row > .offset9 {
   margin-left: 560px;
 }
-.row  > .offset10 {
+.row > .offset10 {
   margin-left: 620px;
 }
-.row  > .offset11 {
+.row > .offset11 {
   margin-left: 680px;
 }
-.row  > .offset12 {
+.row > .offset12 {
   margin-left: 740px;
 }
 .span-one-third {
index 28f1e25f473539f6ffbf58bf4f9cb36bb8a83573..3cdbded24ac1a517b8ee33298c332a86197e6fdc 100644 (file)
@@ -59,18 +59,18 @@ a{color:#0069d6;text-decoration:none;line-height:inherit;font-weight:inherit;}a:
 .span22{width:1300px;}
 .span23{width:1360px;}
 .span24{width:1420px;}
-.row >.offset1{margin-left:80px;}
-.row >.offset2{margin-left:140px;}
-.row >.offset3{margin-left:200px;}
-.row >.offset4{margin-left:260px;}
-.row >.offset5{margin-left:320px;}
-.row >.offset6{margin-left:380px;}
-.row >.offset7{margin-left:440px;}
-.row >.offset8{margin-left:500px;}
-.row >.offset9{margin-left:560px;}
-.row >.offset10{margin-left:620px;}
-.row >.offset11{margin-left:680px;}
-.row >.offset12{margin-left:740px;}
+.row>.offset1{margin-left:80px;}
+.row>.offset2{margin-left:140px;}
+.row>.offset3{margin-left:200px;}
+.row>.offset4{margin-left:260px;}
+.row>.offset5{margin-left:320px;}
+.row>.offset6{margin-left:380px;}
+.row>.offset7{margin-left:440px;}
+.row>.offset8{margin-left:500px;}
+.row>.offset9{margin-left:560px;}
+.row>.offset10{margin-left:620px;}
+.row>.offset11{margin-left:680px;}
+.row>.offset12{margin-left:740px;}
 .span-one-third{width:300px;}
 .span-two-thirds{width:620px;}
 .offset-one-third{margin-left:340px;}
index 4726981bd98130fcdaaaae002d48ad5ffae45c44..a6901708c71fd01c880d00523e2e299d4c1a8f3d 100644 (file)
@@ -1862,7 +1862,7 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
     <p>Use this option to make full use of Bootstrap’s Less variables, mixins, and nesting in CSS via javascript in your browser.</p>
 <pre class="prettyprint linenums">
 &lt;link rel="stylesheet/less" href="less/bootstrap.less" media="all" /&gt;
-&lt;script src="js/less-1.1.3.min.js"&gt;&lt;/script&gt;</pre>
+&lt;script src="js/less-1.1.4.min.js"&gt;&lt;/script&gt;</pre>
 <p>Not feeling the .js solution? <a href="http://incident57.com/less" target="_blank">Try the Less Mac app</a> or <a href="http://lesscss.org/#-client-side-usage" target="_blank">use Node.js</a> to compile when you deploy your code.</p>
 
     <h2>What’s included</h2>
index bd7bf873c6822a00fbf8a9b0135f9c74b3240084..a0066393ee75836e967b67d21d17855588d39829 100644 (file)
@@ -116,18 +116,18 @@ a {
 
 // Offset column options
 .row {
-  > .offset1   { .offset(1); }
-  > .offset2   { .offset(2); }
-  > .offset3   { .offset(3); }
-  > .offset4   { .offset(4); }
-  > .offset5   { .offset(5); }
-  > .offset6   { .offset(6); }
-  > .offset7   { .offset(7); }
-  > .offset8   { .offset(8); }
-  > .offset9   { .offset(9); }
-  > .offset10  { .offset(10); }
-  > .offset11  { .offset(11); }
-  > .offset12  { .offset(12); }
+  > .offset1   { .offset(1); }
+  > .offset2   { .offset(2); }
+  > .offset3   { .offset(3); }
+  > .offset4   { .offset(4); }
+  > .offset5   { .offset(5); }
+  > .offset6   { .offset(6); }
+  > .offset7   { .offset(7); }
+  > .offset8   { .offset(8); }
+  > .offset9   { .offset(9); }
+  > .offset10  { .offset(10); }
+  > .offset11  { .offset(11); }
+  > .offset12  { .offset(12); }
 }
 
 // Unique column sizes for 16-column grid