Skip to content
Snippets Groups Projects
Commit 67fd10d7 authored by Guy Brand's avatar Guy Brand
Browse files

Remove font family declarations from css in the jquery update script

parent 1811609e
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment