diff options
| author | Mark Otto <[email protected]> | 2011-06-30 00:15:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-30 00:15:37 -0700 |
| commit | 9e33ab20abaa34bf761ca74ab843cb43d6ae138d (patch) | |
| tree | 42cb71849eb3622ea9a1f37c756f611bcee09d14 /lib/bootstrap.less | |
| parent | 1905a992d9cc8f1160930edad6ec5d52eaf06d85 (diff) | |
| download | bootstrap-9e33ab20abaa34bf761ca74ab843cb43d6ae138d.tar.xz bootstrap-9e33ab20abaa34bf761ca74ab843cb43d6ae138d.zip | |
clean up commented out css, slightly updated docs again
Diffstat (limited to 'lib/bootstrap.less')
| -rw-r--r-- | lib/bootstrap.less | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/bootstrap.less b/lib/bootstrap.less index ddfb046a9..b99cf47ec 100644 --- a/lib/bootstrap.less +++ b/lib/bootstrap.less @@ -1,7 +1,7 @@ /* * 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 * @@ -20,9 +20,4 @@ @import "type.less"; @import "forms.less"; @import "tables.less"; -@import "patterns.less"; - - -div.quickstart { - #gradient > .vertical(#f9f9f9,#f5f5f5); -}
\ No newline at end of file +@import "patterns.less";
\ No newline at end of file |
