From 7e16425acb0af58f72af4e2cd06cb30b1d6876e8 Mon Sep 17 00:00:00 2001 From: wangsai Date: Wed, 8 Jan 2014 16:22:50 +0800 Subject: [PATCH] no preboot --- docs/css.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/css.html b/docs/css.html index d96bf367ef..3630acd125 100644 --- a/docs/css.html +++ b/docs/css.html @@ -2983,7 +2983,7 @@ a { {% endhighlight %}

Rounded corners

-

Today all modern browsers support the non-prefixed border-radius property. As such, there is no .border-radius() mixin, but Preboot does include shortcuts for quickly rounding two corners on a particular side of an object.

+

Today all modern browsers support the non-prefixed border-radius property. As such, there is no .border-radius() mixin, but Bootstrap does include shortcuts for quickly rounding two corners on a particular side of an object.

{% highlight css %} .border-top-radius(@radius) { border-top-right-radius: @radius; @@ -3278,7 +3278,7 @@ a { {% endhighlight %}

Retina images

-

Specify two image paths and the @1x image dimensions, and Preboot will provide an @2x media query. If you have many images to serve, consider writing your retina image CSS manually in a single media query.

+

Specify two image paths and the @1x image dimensions, and Bootstrap will provide an @2x media query. If you have many images to serve, consider writing your retina image CSS manually in a single media query.

{% highlight css %} .img-retina(@file-1x; @file-2x; @width-1x; @height-1x) { background-image: url("@{file-1x}");