Skip to content

Instantly share code, notes, and snippets.

View pixelite's full-sized avatar

Suzanne Dergacheva pixelite

View GitHub Profile
#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 all

Error message 1

Running vagrant up after upgrading Virtualbox to 4.24 (or something) now gives this error:

There are errors in the configuration of this machine. Please fix
the following errors and try again:

vm:
* The box 'precise64-customized-sk' could not be found.
@pixelite
pixelite / Vagrant-sphinx-pdflatex.md
Last active March 14, 2018 15:11
Creating a Vagrant vm with sphinx and pdflatex

First create a Vagrantfile:

vagrant init precise64

Then 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.
*/