Commit 62fe50df authored by Zlatan Vasović's avatar Zlatan Vasović
Browse files

Update docs per `.container-fluid` addition

- Remove `.container-fluid` from "removed classes".
- Container isn't fluid by default (`.container`) and `.row` isn't percentage-based, so update docs.
parent fc62379e
Showing with 1 addition and 10 deletions
+1 -10
...@@ -349,10 +349,6 @@ bootstrap/ ...@@ -349,10 +349,6 @@ bootstrap/
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr>
<td><code>.container-fluid</code></td>
<td><code>.container</code></td>
</tr>
<tr> <tr>
<td><code>.row-fluid</code></td> <td><code>.row-fluid</code></td>
<td><code>.row</code></td> <td><code>.row</code></td>
...@@ -677,11 +673,6 @@ bootstrap/ ...@@ -677,11 +673,6 @@ bootstrap/
<td><code>.input-block-level</code></td> <td><code>.input-block-level</code></td>
<td>No direct equivalent, but <a href="../css/#forms-controls">forms controls</a> are similar.</td> <td>No direct equivalent, but <a href="../css/#forms-controls">forms controls</a> are similar.</td>
</tr> </tr>
<tr>
<td>Fluid container</td>
<td><code>.container-fluid</code></td>
<td><code>.container</code> (no more fixed grid)</td>
</tr>
<tr> <tr>
<td>Fluid row</td> <td>Fluid row</td>
<td><code>.row-fluid</code></td> <td><code>.row-fluid</code></td>
...@@ -744,7 +735,7 @@ bootstrap/ ...@@ -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>&lt;div class="col-*"&gt;&lt;/div&gt;</code> to control input widths.</li> <li>Text-based form controls with the <code>.form-control</code> class applied are now 100% wide by default. Wrap inputs inside <code>&lt;div class="col-*"&gt;&lt;/div&gt;</code> to control input widths.</li>
<li><code>.badge</code> no longer has contextual (-success,-primary,etc..) classes.</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>.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>&lt;img&gt;</code> size.</li> <li>Images are no longer responsive by default. Use <code>.img-responsive</code> for fluid <code>&lt;img&gt;</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>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> <li>Typeahead has been dropped, in favor of using <a href="http://twitter.github.io/typeahead.js/">Twitter Typeahead</a>.</li>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment