#Demo: Creating a Zen Sub-theme and Using Zen Grids
##Add and enable Zen
drush dl zen
drush en zen
drush cc all| #navigation #main-menu li { | |
| -webkit-border-radius: 7px | |
| -moz-border-radius: 7px; | |
| border-radius: 7px; | |
| background: green; | |
| box-sizing: border-box; | |
| width: 45%; | |
| float: left; | |
| margin: 5px; | |
| padding: 10px 0; |
#Demo: Creating a Zen Sub-theme and Using Zen Grids
##Add and enable Zen
drush dl zen
drush en zen
drush cc allFirst create a Vagrantfile:
vagrant init precise64Then add the following to the new Vagrantfile:
config.vm.provision :shell, :inline => <<-EOT
| <?php | |
| /****************************************************************************** | |
| * Exercise: Creating The mailfish.install File | |
| *****************************************************************************/ | |
| /** | |
| * @file | |
| * Defines and manages the MailFish schema. | |
| */ |