Add problematic laptop
[tails-test.git] / config / chroot_local-hooks / 18-fix_offline_website_css_for_yelp
blob4355db58d8918bae3deb2819dd4927bba945054d
1 #!/bin/sh
3 set -e
5 echo "Tweaking the offline website's CSS"
7 # Yelp becomes awfully slow when 'box-shadow' properties are used.
8 # So let's just remove the bling-bling to get a better offline browsing
9 # experience.
11 sed -e '/box-shadow/d' -i /usr/share/doc/tails/website/local.css