The popular open-source contract for web designers and developers by Stuff & Nonsense
- Originally published: 23/12/2008
- Revised date: 15/12/2013
- Original post
| cd $HOME | |
| mkdir $HOME/bin | |
| ln -s `which php70` $HOME/bin/php | |
| echo 'export PATH=$HOME/bin:$PATH' >> $HOME/.bashrc | |
| source $HOME/.bashrc | |
| curl -sS https://getcomposer.org/installer | php | |
| mv $HOME/composer.phar $HOME/bin/composer | |
| curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar | |
| chmod +x wp-cli.phar | |
| mv $HOME/wp-cli.phar $HOME/bin/wp |
| /* ============================================================================= | |
| WordPress WYSIWYG Editor Styles | |
| ========================================================================== */ | |
| .entry-content img { | |
| margin: 0 0 1.5em 0; | |
| max-width: 100%; | |
| height: auto; | |
| } | |
| .alignleft, img.alignleft { |