Skip to content

Instantly share code, notes, and snippets.

View adamwintle's full-sized avatar

Adam Wintle adamwintle

View GitHub Profile
@adamwintle
adamwintle / 0_reuse_code.js
Last active August 29, 2015 14:15
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@adamwintle
adamwintle / twitter.css
Created February 10, 2012 13:09
Custom Styles for New Twitter
/* Remove Trends & Suggestions */
.trends-inner, .user-rec-inner, .promo, .component-spacer {display: none !important;}
.topics {display: none !important;}
[data-component-term="trends"] * {
display: none !important;
}
/* Remove User Recommendations */
[data-component-term="user_recommendations"] * {
display: none !important;
@adamwintle
adamwintle / percentage_grid.css
Created December 31, 2011 06:20 — forked from nathansmith/percentage_grid.sass
Percentage Based "Grid"
/*
How I would approach a fluid grid:
[1] Let the name reflect the % width,
eliminating "1 of 12" guesswork.
[2] Also, put 10px of padding to either
side, to stack and make a 20px gutter.