FIX wrong path in readme

This commit is contained in:
unpregnant 2017-02-13 20:35:07 +01:00
parent 8628f05432
commit 39e68543ba
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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>