aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-12-15 18:13:50 -0800
committerChris Rebert <[email protected]>2013-12-15 18:13:50 -0800
commitbe508e043c2a5f53b352066a1628693adfa7755e (patch)
tree57d81a8be142ab111d8750b576f86747379348a3 /css.html
parent4ee93c9f8529cfeef56d4178b91e1ddcb0bff09c (diff)
downloadbootstrap-be508e043c2a5f53b352066a1628693adfa7755e.tar.xz
bootstrap-be508e043c2a5f53b352066a1628693adfa7755e.zip
copyediting
Diffstat (limited to 'css.html')
-rw-r--r--css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html b/css.html
index 4220b998c..7f813df57 100644
--- a/css.html
+++ b/css.html
@@ -3006,7 +3006,7 @@ a {
{% endhighlight %}
<h3 id="less-mixins-box-shadow">Box (Drop) shadows</h3>
- <p>If your target audience is using the latest and greatest browsers and devices, be sure to just use the <code>box-shadow</code> property on it's own. If you need support for older Android (pre-v4) and iOS devices (pre-iOS 5), use of the mixin to pick up the required <code>-webkit</code> prefix.</p>
+ <p>If your target audience is using the latest and greatest browsers and devices, be sure to just use the <code>box-shadow</code> property on its own. If you need support for older Android (pre-v4) and iOS devices (pre-iOS 5), use the mixin to pick up the required <code>-webkit</code> prefix.</p>
<p>Be sure to use <code>rgba()</code> colors in your box shadows so they blend as seamlessly as possible with backgrounds.</p>
{% highlight css %}
.box-shadow(@shadow: 0 1px 3px rgba(0,0,0,.25)) {