diff options
Diffstat (limited to 'docs/css.html')
| -rw-r--r-- | docs/css.html | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/css.html b/docs/css.html index b3e49ff10..7826742e8 100644 --- a/docs/css.html +++ b/docs/css.html @@ -341,7 +341,7 @@ lead: "Fundamental HTML elements styled and enhanced with extensible classes." {% endhighlight %} <h3 id="grid-less">LESS mixins and variables</h3> - <p>In addition to <a href="#grid-example">prebuilt grid classes</a> for fast layouts, Bootstrap includes LESS variables and mixins for quickly generating your own simple, semantic layouts.</p> + <p>In addition to <a href="#grid-example-basic">prebuilt grid classes</a> for fast layouts, Bootstrap includes LESS variables and mixins for quickly generating your own simple, semantic layouts.</p> <h4>Variables</h4> <p>Variables determine the number of columns, the gutter width, and the media query point at which to begin floating columns. We use these to generate the predefined grid classes documented above, as well as for the custom mixins listed below.</p> @@ -1077,12 +1077,6 @@ For example, <code><section></code> should be wrapped as inline. </td> <td>Indicates a warning that might need attention.</td> </tr> - <tr> - <td> - <code>.info</code> - </td> - <td>Used as an alternative to the default styles.</td> - </tr> </tbody> </table> <div class="bs-example"> |
