rename media grid to thumbnails, recompile bootstrap, fix examples for mobile phones

This commit is contained in:
Mark Otto 2011-12-21 16:26:21 -06:00
parent 20aecb9838
commit c854ed167c
4 changed files with 3 additions and 3 deletions

2
bootstrap.css vendored
View File

@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Designed and built with all the love in the world @twitter by @mdo and @fat. * Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Wed Dec 21 16:21:54 CST 2011 * Date: Wed Dec 21 16:26:02 CST 2011
*/ */
html, body { html, body {
margin: 0; margin: 0;

View File

@ -387,7 +387,7 @@ h2 + table {
.example-sites { .example-sites {
margin-left: 0; margin-left: 0;
} }
.example-sites a { .example-sites > li {
float: none; float: none;
display: block; display: block;
max-width: 300px; max-width: 300px;

2
lib/bootstrap.less vendored
View File

@ -34,7 +34,7 @@
@import "modals.less"; @import "modals.less";
@import "twipsy.less"; @import "twipsy.less";
@import "popovers.less"; @import "popovers.less";
@import "media-grids.less"; @import "thumbnails.less";
// Responsive // Responsive
@import "responsive.less"; @import "responsive.less";