Skip to content

Instantly share code, notes, and snippets.

View nordringrayhide's full-sized avatar

Nodrin Grayhide nordringrayhide

  • home
  • Worldwide
View GitHub Profile
http://github.com/cthulhu/by_whatever
module ByWhatever
def self.included(base)
base.send :extend, ClassMethods
end
module ClassMethods
def by_whatever(*args)
options = args.extract_options!
/* reset-fonts-grids.css http://developer.yahoo.com/yui/reset/#code */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}