diff options
author | Guy Brand <gb@unistra.fr> | 2011-11-05 12:05:34 +0100 |
---|---|---|
committer | Guy Brand <gb@unistra.fr> | 2011-11-05 12:05:34 +0100 |
commit | 67fd10d7d6376d0033f3bee5b62b5ec2b80b5a9a (patch) | |
tree | c903a21f55283d4fbdd38f7b34e4c95fb8a79b7b | |
parent | 1811609e717748b047e83bde4d98069b9830aba5 (diff) | |
download | dokuwiki-67fd10d7d6376d0033f3bee5b62b5ec2b80b5a9a.tar.gz dokuwiki-67fd10d7d6376d0033f3bee5b62b5ec2b80b5a9a.zip |
Remove font family declarations from css in the jquery update script
-rwxr-xr-x | lib/scripts/jquery/update.sh | 3 |
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 |