2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

updated docs call to actions for using bootstrap, tweaks to aesthetic

This commit is contained in:
Mark Otto
2011-06-29 23:47:54 -07:00
parent cddc565d07
commit 1905a992d9
5 changed files with 111 additions and 48 deletions
+13 -7
View File
@@ -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";
@import "patterns.less";
div.quickstart {
#gradient > .vertical(#f9f9f9,#f5f5f5);
}