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
| <h2>Workspace</h2> | |
| <div class="shortcuts"> | |
| <h3>Shortcuts</h3> | |
| <ul> | |
| <li><strong>Ctrl++</strong> Increase Font Size</li> | |
| <li><strong>Ctrl+-</strong> Decrease Font Size</li> | |
| <li><strong>Ctrl+0</strong> Return to Default </li> | |
| <li><strong>Ctrl+Shift+H</strong> Hide/Show the Sidebar</li> | |
| <li><strong>Ctrl+Alt+P</strong> Live Preview</li> | |
| <li><strong>Ctrl+Shift+C</strong> Live Preview Highlight</li> |
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| VAGRANTFILE_API_VERSION = "2" | |
| Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |
| config.vm.box = "precise64-2" | |
| # The url from where the 'config.vm.box' box will be fetched if it |
| /* ------------------------------------ | |
| Gravity Forms | |
| ---------------------------------------*/ | |
| .gform_wrapper ul { padding-left: 0; list-style: none } | |
| .gform_wrapper li { margin-bottom: 15px } | |
| .gform_wrapper form { margin-bottom: 0 } |