Merge branch 'master' of git://git.tails.boum.org/tails
[besstails.git] / config / chroot_local-hooks / 18-fix_offline_website_css_for_yelp
blob7a299e59f9cca511344761ba250574854e9e2a52
1 #!/bin/sh
3 set -e
5 # Yelp becomes awfully slow when 'box-shadow' properties are used.
6 # So let's just remove the bling-bling to get a better offline browsing
7 # experience.
9 sed -e '/box-shadow/d' -i /usr/share/doc/tails/website/local.css