Skip to content

Instantly share code, notes, and snippets.

@media print {
/* Hide stuff you don't want visible on the printed page */
.foo {
display: none;
}
/* Hiding video's and removing ugly whitespace fromr hidden iframes */
@kamens
kamens / knowledgemap.js
Created July 23, 2012 16:25
Knowledge Map file for Constellation Knowledge blog post
function KnowledgeMapInitGlobals() {
window.KnowledgeMapGlobals = {
colors: {
blue: "#0080C9",
green: "#8EBE4F",
red: "#E35D04",
gray: "#FFFFFF"
},