diff options
| author | Mark Otto <[email protected]> | 2011-12-21 16:26:21 -0600 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-12-21 16:26:21 -0600 |
| commit | c854ed167ce37d6a008723c78f2e6336211fff69 (patch) | |
| tree | 79342fad0dafe349e4a60f0b5c1ba1c642d23d3d | |
| parent | 20aecb983838422c7b43e20960b10d4d79fefaa3 (diff) | |
| download | bootstrap-c854ed167ce37d6a008723c78f2e6336211fff69.tar.xz bootstrap-c854ed167ce37d6a008723c78f2e6336211fff69.zip | |
rename media grid to thumbnails, recompile bootstrap, fix examples for mobile phones
| -rw-r--r-- | bootstrap.css | 2 | ||||
| -rw-r--r-- | docs/assets/css/docs.css | 2 | ||||
| -rw-r--r-- | lib/bootstrap.less | 2 | ||||
| -rw-r--r-- | lib/thumbnails.less (renamed from lib/media-grids.less) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap.css b/bootstrap.css index 74849e66b..c7f2dfc6a 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -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; diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 5ed38bb47..20ea50d6f 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -387,7 +387,7 @@ h2 + table { .example-sites { margin-left: 0; } - .example-sites a { + .example-sites > li { float: none; display: block; max-width: 300px; diff --git a/lib/bootstrap.less b/lib/bootstrap.less index a871a7cd4..e05a966ad 100644 --- a/lib/bootstrap.less +++ b/lib/bootstrap.less @@ -34,7 +34,7 @@ @import "modals.less"; @import "twipsy.less"; @import "popovers.less"; -@import "media-grids.less"; +@import "thumbnails.less"; // Responsive @import "responsive.less";
\ No newline at end of file diff --git a/lib/media-grids.less b/lib/thumbnails.less index 12626df3f..12626df3f 100644 --- a/lib/media-grids.less +++ b/lib/thumbnails.less |
