0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

add license for responsive and rebuild

This commit is contained in:
Jacob Thornton 2012-01-29 19:04:26 -08:00
parent 90f2e8e196
commit fae04c8ac1
3 changed files with 21 additions and 2 deletions

Binary file not shown.

View File

@ -1,3 +1,12 @@
/*!
* 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 {
display: none;
visibility: hidden;

View File

@ -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();
}