Commit fae04c8a authored by Jacob Thornton's avatar Jacob Thornton

add license for responsive and rebuild

parent 90f2e8e1
/*!
* 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.
*/
.hidden { .hidden {
display: none; display: none;
visibility: hidden; visibility: hidden;
......
/*!
* 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 // Responsive.less
// For phone and tablet devices // For phone and tablet devices
// ------------------------------------------------------------- // -------------------------------------------------------------
...@@ -203,7 +213,7 @@ ...@@ -203,7 +213,7 @@
.gridColumn() { .gridColumn() {
float: left; float: left;
margin-left: @gridGutterWidth; margin-left: @gridGutterWidth;
} }
[class*="span"] { [class*="span"] {
.gridColumn(); .gridColumn();
} }
...@@ -436,7 +446,7 @@ ...@@ -436,7 +446,7 @@
.gridColumn() { .gridColumn() {
float: left; float: left;
margin-left: @gridGutterWidth; margin-left: @gridGutterWidth;
} }
[class*="span"] { [class*="span"] {
.gridColumn(); .gridColumn();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment