fix #46
This commit is contained in:
@ -675,7 +675,7 @@ in any specification.</span></p>
|
||||
<h4 data-type="Explanation">Explanation</h4>
|
||||
<ol>
|
||||
<li><code>box-shadow</code>, when only using spread, adds a pseudo-border which can use subpixels*.</li>
|
||||
<li>Use <code>@media (min-resolution: ...)</code> to check the device pixel ratio (<code>1ddpx</code> equals 96 DPI), setting the spread of the <code>box-shadow</code> equal to <code>1 / dppx</code>.</li>
|
||||
<li>Use <code>@media (min-resolution: ...)</code> to check the device pixel ratio (<code>1dppx</code> equals 96 DPI), setting the spread of the <code>box-shadow</code> equal to <code>1 / dppx</code>.</li>
|
||||
</ol>
|
||||
<h4 data-type="Browser Support">Browser Support</h4>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user