Skip to content

Instantly share code, notes, and snippets.

View seancurtis's full-sized avatar

Sean Curtis seancurtis

  • Atlassian
  • Sydney
View GitHub Profile
@seancurtis
seancurtis / dabblet.css
Created March 22, 2013 00:59
Simple, responsive tables with shadow hints
/**
* Simple, responsive tables with shadow hints
* Mashing http://www.maxdesign.com.au/2013/03/22/simple-responsive-table/ and http://lea.verou.me/2012/04/background-attachment-local/
*/
body {
margin: 0;
padding: 20px;
color: #000;
background: #fff;
font: 100%/1.3 helvetica, arial, sans-serif;
@seancurtis
seancurtis / dabblet.css
Created March 22, 2013 00:41
Simple, responsive tables with shadow hints
/**
* Simple, responsive tables with shadow hints
* Mashing http://www.maxdesign.com.au/2013/03/22/simple-responsive-table/ and http://lea.verou.me/2012/04/background-attachment-local/
*/
body {
margin: 0;
padding: 20px;
color: #000;
background: #fff;
font: 100%/1.3 helvetica, arial, sans-serif;
@seancurtis
seancurtis / dabblet.css
Created March 22, 2013 00:27
Simple, responsive tables with shadow hints
/**
* Simple, responsive tables with shadow hints
* Mashing http://www.maxdesign.com.au/2013/03/22/simple-responsive-table/ and http://lea.verou.me/2012/04/background-attachment-local/
*/
body {
margin: 0;
padding: 20px;
color: #000;
background: #fff;
font: 100%/1.3 helvetica, arial, sans-serif;
@seancurtis
seancurtis / dabblet.css
Created March 4, 2013 22:58 — forked from LeaVerou/dabblet.css
Failed attempt at gracefully degrading switch-style checkboxes
/**
* Failed attempt at gracefully degrading switch-style checkboxes
* without pseudoelements (which shouldn’t exist on replaced elements) and extra elements.
* Inspired by Espresso’s “Tools” switch
* DO NOT USE. Currently only works properly in WebKit :(
*/
.switch {
height: 5px;
margin: 0;
visibility: hidden;