Skip to content

Instantly share code, notes, and snippets.

View eridgd's full-sized avatar

Evan Davis eridgd

View GitHub Profile
@eridgd
eridgd / index.html
Created December 15, 2012 20:25
Whiskey Reviews - mobile touches
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font: 10px sans-serif;
}
.axis path, .axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
@eridgd
eridgd / index.html
Created December 15, 2012 18:30
Whiskey Ratings by Price and Region
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font: 10px sans-serif;
}
.axis path,
.axis line {