diff options
| author | Mark Otto <[email protected]> | 2014-01-08 00:52:51 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-08 00:52:51 -0800 |
| commit | 692eb554aa3409f6f74de1605e1925ee295f4571 (patch) | |
| tree | 48d189ed36a45e2325188f66e5c6cc1373c85404 /docs | |
| parent | b67fc6906a06169458bc9c72e7f717af68eeedb8 (diff) | |
| parent | 7e16425acb0af58f72af4e2cd06cb30b1d6876e8 (diff) | |
| download | bootstrap-692eb554aa3409f6f74de1605e1925ee295f4571.tar.xz bootstrap-692eb554aa3409f6f74de1605e1925ee295f4571.zip | |
Merge pull request #12151 from wangsai/no-preboot
no preboot
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/css.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/css.html b/docs/css.html index d96bf367e..3630acd12 100644 --- a/docs/css.html +++ b/docs/css.html @@ -2983,7 +2983,7 @@ a { {% endhighlight %} <h3 id="less-mixins-rounded-corners">Rounded corners</h3> - <p>Today all modern browsers support the non-prefixed <code>border-radius</code> property. As such, there is no <code>.border-radius()</code> mixin, but Preboot does include shortcuts for quickly rounding two corners on a particular side of an object.</p> + <p>Today all modern browsers support the non-prefixed <code>border-radius</code> property. As such, there is no <code>.border-radius()</code> mixin, but Bootstrap does include shortcuts for quickly rounding two corners on a particular side of an object.</p> {% highlight css %} .border-top-radius(@radius) { border-top-right-radius: @radius; @@ -3278,7 +3278,7 @@ a { {% endhighlight %} <h3 id="less-mixins-retina-images">Retina images</h3> - <p>Specify two image paths and the @1x image dimensions, and Preboot will provide an @2x media query. <strong>If you have many images to serve, consider writing your retina image CSS manually in a single media query.</strong></p> + <p>Specify two image paths and the @1x image dimensions, and Bootstrap will provide an @2x media query. <strong>If you have many images to serve, consider writing your retina image CSS manually in a single media query.</strong></p> {% highlight css %} .img-retina(@file-1x; @file-2x; @width-1x; @height-1x) { background-image: url("@{file-1x}"); |
