18-fix_offline_website_css_for_yelp 281 B

123456789101112
  1. #!/bin/sh
  2. set -e
  3. echo "Tweaking the offline website's CSS"
  4. # Yelp becomes awfully slow when 'box-shadow' properties are used.
  5. # So let's just remove the bling-bling to get a better offline browsing
  6. # experience.
  7. sed -e '/box-shadow/d' -i /usr/share/doc/tails/website/local.css