]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update preboot comments about color scheme
authorMark Otto <mark.otto@twitter.com>
Mon, 12 Sep 2011 03:47:35 +0000 (20:47 -0700)
committerMark Otto <mark.otto@twitter.com>
Mon, 12 Sep 2011 03:47:35 +0000 (20:47 -0700)
bootstrap-1.3.0.css
lib/preboot.less

index 3da5fab689bd0ddfdf3d79c7b03161323ec50e87..9ec8fed57330be8f247e64396ba9b7b9a0efc962 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: Sun Sep 11 20:46:26 PDT 2011
+ * Date: Sun Sep 11 20:47:25 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).
index 7bbaf223c541e89ef674733037d65d7f7b709929..2e2c21a5d634071a90cd8e1404feddcf2839301d 100644 (file)
@@ -40,6 +40,7 @@
 @siteWidth:         (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));
 
 // Color Scheme
+// Use this to roll your own color schemes if you like (unused by Bootstrap by default)
 @baseColor:         @blue;                  // Set a base color
 @complement:        spin(@baseColor, 180);  // Determine a complementary color
 @split1:            spin(@baseColor, 158);  // Split complements