FIX wrong path in readme
This commit is contained in:
parent
8628f05432
commit
39e68543ba
@ -78,7 +78,7 @@ Due to this [Chrome bug](http://stackoverflow.com/questions/13975198/text-shadow
|
||||
-webkit-filter:opacity(1);
|
||||
```
|
||||
|
||||
Unfortunately, fonts and images get blurred and lose quality. Therefore `fixBoxShadows()` in `/public/javascript.js` fixes this bug, by
|
||||
Unfortunately, fonts and images get blurred and lose quality. Therefore `fixBoxShadows()` in `/src/javascript.js` fixes this bug, by
|
||||
|
||||
1. searching for all elements with a box-shadow,
|
||||
2. removing the box-shadow,
|
||||
|
||||
@ -60,7 +60,7 @@
|
||||
<pre><code class="css language-css">-webkit-print-color-adjust:exact;
|
||||
-webkit-filter:opacity(1);
|
||||
</code></pre>
|
||||
<p>Unfortunately, fonts and images get blurred and lose quality. Therefore <code>fixBoxShadows()</code> in <code>/public/javascript.js</code> fixes this bug, by</p>
|
||||
<p>Unfortunately, fonts and images get blurred and lose quality. Therefore <code>fixBoxShadows()</code> in <code>/src/javascript.js</code> fixes this bug, by</p>
|
||||
<ol>
|
||||
<li>searching for all elements with a box-shadow,</li>
|
||||
<li>removing the box-shadow,</li>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user