Skip to content

Instantly share code, notes, and snippets.

@graygilmore
graygilmore / dabblet.css
Created January 5, 2012 00:08 — forked from anonymous/dabblet.css
Untitled
.feature-box {
width: 300px;
float: left;
margin: 30px 0 15px 20px;
padding: 0;
position: relative;
}
.feature-box:first-child {
@graygilmore
graygilmore / dabblet.css
Created February 16, 2012 21:29 — forked from anonymous/dabblet.css
Untitled
body {
background:#e9e8e1;
}
.button {
display: inline-block;
padding: 8px 13px;
color: #fff;
font-weight: bold;
text-decoration: none;
@graygilmore
graygilmore / dabblet.css
Created February 16, 2012 21:29 — forked from anonymous/dabblet.css
Untitled
body {
background:#e9e8e1;
}
.button {
display: inline-block;
padding: 8px 13px;
color: #fff;
font-weight: bold;
text-decoration: none;
@graygilmore
graygilmore / dabblet.css
Created March 10, 2012 00:38 — forked from anonymous/dabblet.css
Untitled
#wrapper {
width: 900px;
margin: 0 auto;
position: relative;
background: #999;
}
#content {
width: 500px;
@graygilmore
graygilmore / dabblet.css
Created May 3, 2012 18:25 — forked from anonymous/dabblet.css
Weirdness when using "size" and HTML5 number input
/**
* Weirdness when using "size" and HTML5 number input
*/
input {
display: block
}
.small { width: 30px; }
.medium { width: 120px; }
@graygilmore
graygilmore / README.md
Last active August 29, 2015 14:14 — forked from anonymous/manifest.json
Simple Chrome extension that replaces user stylesheets (removed in Chrome 33).

Installation

Save manifest.json and style.css in a directory on your machine.

Click the Chrome menu icon and select Extensions from the Tools menu. Ensure that the "Developer mode" checkbox in the top right-hand corner is checked. Click "Load unpacked extension" and select to your newly created directory.

Read more