Skip to content

Instantly share code, notes, and snippets.

View derek's full-sized avatar

Derek Gathright derek

View GitHub Profile
@derek
derek / dabblet.css
Created July 9, 2012 05:21 — forked from anonymous/dabblet.html
CSS goes here
/* CSS goes here */
@derek
derek / index.html
Created March 7, 2012 02:52 — forked from ggoodman/app.js
Plunker YUI template
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<!-- The YUI CSS Reset. Optional -->
<!-- <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.4.1/build/cssreset/cssreset-min.css"> -->
<link rel="stylesheet" href="style.css">
<!-- Load the YUI seed file. http://yuim.in/ always loads the latest version -->
@derek
derek / dabblet.css
Created December 16, 2011 00:26 — forked from anonymous/dabblet.css
Untitled
.yui3-button {
/* Structure */
display: inline-block;
*display: inline;
zoom: 1;
font-size: 100%;
margin: 0;
padding: 0 1em;
line-height: normal;
line-height: 2.0;