aboutsummaryrefslogtreecommitdiff
path: root/lib/bootstrap.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-06-29 23:47:54 -0700
committerMark Otto <[email protected]>2011-06-29 23:47:54 -0700
commit1905a992d9cc8f1160930edad6ec5d52eaf06d85 (patch)
tree8a78278af7587ceb3e4c46a02c30cb69ed5ec976 /lib/bootstrap.less
parentcddc565d07fed42576a55111ea60ce1b6ff5bbd9 (diff)
downloadbootstrap-1905a992d9cc8f1160930edad6ec5d52eaf06d85.tar.xz
bootstrap-1905a992d9cc8f1160930edad6ec5d52eaf06d85.zip
updated docs call to actions for using bootstrap, tweaks to aesthetic
Diffstat (limited to 'lib/bootstrap.less')
-rw-r--r--lib/bootstrap.less20
1 files changed, 13 insertions, 7 deletions
diff --git a/lib/bootstrap.less b/lib/bootstrap.less
index 7aef916e0..ddfb046a9 100644
--- a/lib/bootstrap.less
+++ b/lib/bootstrap.less
@@ -1,12 +1,13 @@
-/*!=========================================================
- * Bookstrap v0.0.1
- *
+/*
+ * Master Stylesheet
+ * This file is only for importing all required stylesheets for LESS to include and then compile.
+ *
* Copyright 2011 Twitter, Inc
- * Open-sourced under Apache License v2.0
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Open-sourced under Apache License v2.0: http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built @twitter by @mdo and @fat, like bosses.
- * ========================================================== */
+ */
+
// CSS Reset
@import "reset.less";
@@ -19,4 +20,9 @@
@import "type.less";
@import "forms.less";
@import "tables.less";
-@import "patterns.less"; \ No newline at end of file
+@import "patterns.less";
+
+
+div.quickstart {
+ #gradient > .vertical(#f9f9f9,#f5f5f5);
+} \ No newline at end of file