]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
no preboot 12151/head
authorwangsai <wangsai@bootcss.com>
Wed, 8 Jan 2014 08:22:50 +0000 (16:22 +0800)
committerwangsai <wangsai@bootcss.com>
Wed, 8 Jan 2014 08:22:50 +0000 (16:22 +0800)
docs/css.html

index d96bf367efa105b271e214fd9c1b5e12f36a1639..3630acd125246b7c3693b28197733899dd5edab3 100644 (file)
@@ -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}");