diff options
| author | Jacob Thornton <[email protected]> | 2012-01-29 19:04:26 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-29 19:04:26 -0800 |
| commit | fae04c8ac1da675338c1cfaf3922223980667281 (patch) | |
| tree | ddf920cc4cc7bf2a54700e8fb3782a3f41880b37 /less/responsive.less | |
| parent | 90f2e8e196eaaf60256659d9a76205b66ba6e941 (diff) | |
| download | bootstrap-fae04c8ac1da675338c1cfaf3922223980667281.tar.xz bootstrap-fae04c8ac1da675338c1cfaf3922223980667281.zip | |
add license for responsive and rebuild
Diffstat (limited to 'less/responsive.less')
| -rw-r--r-- | less/responsive.less | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/less/responsive.less b/less/responsive.less index a1d4cf2c8..7f0892809 100644 --- a/less/responsive.less +++ b/less/responsive.less @@ -1,3 +1,13 @@ +/*! + * Bootstrap Responsive v2.0.0 + * + * Copyright 2012 Twitter, Inc + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Designed and built with all the love in the world @twitter by @mdo and @fat. + */ + // Responsive.less // For phone and tablet devices // ------------------------------------------------------------- @@ -203,7 +213,7 @@ .gridColumn() { float: left; margin-left: @gridGutterWidth; - } + } [class*="span"] { .gridColumn(); } @@ -436,7 +446,7 @@ .gridColumn() { float: left; margin-left: @gridGutterWidth; - } + } [class*="span"] { .gridColumn(); } |
