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
*
* 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 {
margin: 0;

View File

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

2
lib/bootstrap.less vendored
View File

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