From 39e68543ba84bb0320f748d60c04953463ab12b9 Mon Sep 17 00:00:00 2001 From: unpregnant Date: Mon, 13 Feb 2017 20:35:07 +0100 Subject: [PATCH] FIX wrong path in readme --- README.md | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec829aa..c2b1731 100755 --- a/README.md +++ b/README.md @@ -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, diff --git a/index.html b/index.html index bca9d9b..64e15fc 100755 --- a/index.html +++ b/index.html @@ -60,7 +60,7 @@
-webkit-print-color-adjust:exact;
 -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,