repo.or.cz
/
besstails.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of git://git.tails.boum.org/tails
[besstails.git]
/
config
/
chroot_local-hooks
/
18-fix_offline_website_css_for_yelp
blob
7a299e59f9cca511344761ba250574854e9e2a52
1
#!/bin/sh
2
3
set -e
4
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.
8
9
sed
-e
'/box-shadow/d'
-i
/
usr
/
shar
e
/
do
c
/
tail
s
/
website
/
local
.css