Skip to content

Instantly share code, notes, and snippets.

View mhodgson's full-sized avatar

Matt Hodgson mhodgson

  • Vendr
  • Boston, MA
View GitHub Profile
@mhodgson
mhodgson / dabblet.css
Created July 12, 2012 19:24
Boundless Plus v2 layout
/* Boundless Plus v2 layout */
html {
height: 100%;
max-height: 100%;
}
body {
margin: 0;
background-color: #333;
height: 100%;
max-height: 100%;
@mhodgson
mhodgson / dabblet.css
Created July 12, 2012 18:42 — forked from afraser/dabblet.css
Boundless Plus v2 layout
/* Boundless Plus v2 layout */
body {
margin: 0;
background-color: #333;
height: 100%;
max-height: 100%;
}
header{
height: 100%;
max-height: 100%;
@mhodgson
mhodgson / default.rb
Created August 30, 2010 17:12 — forked from survival/default.rb
Updated for Rails 3 and Bundler
#
# Cookbook Name:: delayed_job
# Recipe:: default
#
if ['solo', 'app', 'app_master'].include?(node[:instance_role])
# be sure to replace "app_name" with the name of your application.
run_for_app("maloca") do |app_name, data|