diff options
| author | Chris Rebert <[email protected]> | 2013-12-15 18:13:50 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-12-15 18:13:50 -0800 |
| commit | be508e043c2a5f53b352066a1628693adfa7755e (patch) | |
| tree | 57d81a8be142ab111d8750b576f86747379348a3 /css.html | |
| parent | 4ee93c9f8529cfeef56d4178b91e1ddcb0bff09c (diff) | |
| download | bootstrap-be508e043c2a5f53b352066a1628693adfa7755e.tar.xz bootstrap-be508e043c2a5f53b352066a1628693adfa7755e.zip | |
copyediting
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) { |
