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 %}
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.
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}");