diff options
| author | Mark Otto <[email protected]> | 2014-01-11 13:08:24 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-11 13:08:24 -0800 |
| commit | 8e41961f9e24c8fe4cc18d62a4e55a1f8bcb3d1f (patch) | |
| tree | 957d04b5f1e32159d7c93245cf57109045f92e17 /docs | |
| parent | 7a2c352b501cfd6dafebe2115c767609ca212a25 (diff) | |
| parent | 62fe50df73b07045ffa74cefdbb5e2b93435674e (diff) | |
| download | bootstrap-8e41961f9e24c8fe4cc18d62a4e55a1f8bcb3d1f.tar.xz bootstrap-8e41961f9e24c8fe4cc18d62a4e55a1f8bcb3d1f.zip | |
Merge pull request #12193 from ZDroid/migration
Update docs per `.container-fluid` addition
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started.html | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index b46c2d0a2..e03735499 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -350,10 +350,6 @@ bootstrap/ </thead> <tbody> <tr> - <td><code>.container-fluid</code></td> - <td><code>.container</code></td> - </tr> - <tr> <td><code>.row-fluid</code></td> <td><code>.row</code></td> </tr> @@ -678,11 +674,6 @@ bootstrap/ <td>No direct equivalent, but <a href="../css/#forms-controls">forms controls</a> are similar.</td> </tr> <tr> - <td>Fluid container</td> - <td><code>.container-fluid</code></td> - <td><code>.container</code> (no more fixed grid)</td> - </tr> - <tr> <td>Fluid row</td> <td><code>.row-fluid</code></td> <td><code>.row</code> (no more fixed grid)</td> @@ -744,7 +735,7 @@ bootstrap/ <li>Text-based form controls with the <code>.form-control</code> class applied are now 100% wide by default. Wrap inputs inside <code><div class="col-*"></div></code> to control input widths.</li> <li><code>.badge</code> no longer has contextual (-success,-primary,etc..) classes.</li> <li><code>.btn</code> must also use <code>.btn-default</code> to get the "default" button.</li> - <li><code>.container</code> and <code>.row</code> are now fluid (percentage-based).</li> + <li><code>.row</code> is now fluid.</li> <li>Images are no longer responsive by default. Use <code>.img-responsive</code> for fluid <code><img></code> size.</li> <li>The icons, now <code>.glyphicon</code>, are now font based. Icons also require a base and icon class (e.g. <code>.glyphicon .glyphicon-asterisk</code>).</li> <li>Typeahead has been dropped, in favor of using <a href="http://twitter.github.io/typeahead.js/">Twitter Typeahead</a>.</li> |
