diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-06-13 06:44:50 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-06-13 06:44:50 +0000 |
| commit | 36668082ece37ee83e6811f15d2902eb9bab66b8 (patch) | |
| tree | cd240169395ed0e7eabc168a3afe3f6b13d3db79 /layouts | |
| parent | 1705b6c685284c89f06d95fcc971d0a373e2260e (diff) | |
| download | themes-36668082ece37ee83e6811f15d2902eb9bab66b8.tar.gz themes-36668082ece37ee83e6811f15d2902eb9bab66b8.tar.bz2 themes-36668082ece37ee83e6811f15d2902eb9bab66b8.zip | |
typo
Diffstat (limited to 'layouts')
| -rwxr-xr-x | layouts/resize.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/resize.sh b/layouts/resize.sh index 6471162..075223f 100755 --- a/layouts/resize.sh +++ b/layouts/resize.sh @@ -32,7 +32,7 @@ echo 1; sleep 1 echo echo "Executing substitutions." -# This sample script will resize all statically set dimansions to work with 900px instead of 800px +# This sample script will resize all statically set dimensions to work with 900px instead of 800px # total width find . -name "*.css" -exec perl -i -wpe 's/700px/900px/g' {} \; # half the total width @@ -55,7 +55,7 @@ find . -name "*.css" -exec perl -i -wpe 's/550px/680px/g' {} \; ## Use the replacements below to generate a very small layout that works with the layout_style.tar.gz -## This sample script will resize all statically set dimansions to work with 900px instead of 800px +## This sample script will resize all statically set dimensions to work with 900px instead of 800px ## total width #find . -name "*.css" -exec perl -i -wpe 's/700px/100px/g' {} \; ## half the total width |
