diff options
author | Stefan Grönke <stefan@gronke.net> | 2013-01-19 20:29:15 +0100 |
---|---|---|
committer | Stefan Grönke <stefan@gronke.net> | 2013-01-19 20:29:15 +0100 |
commit | 20996c3c47ebafd29ce608ab940596be7adb4a73 (patch) | |
tree | aae63810a3c25a470660b4bbebadd397b1a14c50 /lib/scripts/jquery/update.sh | |
parent | 298dbae2a9ba56168aa0aa6bfc9a3df2661f6f11 (diff) | |
download | dokuwiki-20996c3c47ebafd29ce608ab940596be7adb4a73.tar.gz dokuwiki-20996c3c47ebafd29ce608ab940596be7adb4a73.zip |
update.sh must overwrite stylesheet
Diffstat (limited to 'lib/scripts/jquery/update.sh')
-rwxr-xr-x | lib/scripts/jquery/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/scripts/jquery/update.sh b/lib/scripts/jquery/update.sh index 9e1f57dd3..bea9206db 100755 --- a/lib/scripts/jquery/update.sh +++ b/lib/scripts/jquery/update.sh @@ -25,5 +25,5 @@ do done # remove font family declarations from smoothness CSS -cat jquery-ui-theme/smoothness.css.ori | sed "s/font-family:[^;]*;//" >> jquery-ui-theme/smoothness.css +cat jquery-ui-theme/smoothness.css.ori | sed "s/font-family:[^;]*;//" > jquery-ui-theme/smoothness.css rm jquery-ui-theme/smoothness.css.ori
\ No newline at end of file |