summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Brand <gb@unistra.fr>2011-11-05 12:05:34 +0100
committerGuy Brand <gb@unistra.fr>2011-11-05 12:05:34 +0100
commit67fd10d7d6376d0033f3bee5b62b5ec2b80b5a9a (patch)
treec903a21f55283d4fbdd38f7b34e4c95fb8a79b7b
parent1811609e717748b047e83bde4d98069b9830aba5 (diff)
downloadrpg-67fd10d7d6376d0033f3bee5b62b5ec2b80b5a9a.tar.gz
rpg-67fd10d7d6376d0033f3bee5b62b5ec2b80b5a9a.tar.bz2
Remove font family declarations from css in the jquery update script
-rwxr-xr-xlib/scripts/jquery/update.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/scripts/jquery/update.sh b/lib/scripts/jquery/update.sh
index 38f38bece..fde46f4d7 100755
--- a/lib/scripts/jquery/update.sh
+++ b/lib/scripts/jquery/update.sh
@@ -23,3 +23,6 @@ for img in $images
do
wget -nv https://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/smoothness/$img -O jquery-ui-theme/$img
done
+
+# remove font family declarations from smoothness CSS
+sed -i "s/font-family:[^;]*; \?//" jquery-ui-theme/smoothness.css