Skip to content

Instantly share code, notes, and snippets.

@jwdallas
Created September 18, 2013 01:58
Show Gist options
  • Save jwdallas/6603467 to your computer and use it in GitHub Desktop.
Save jwdallas/6603467 to your computer and use it in GitHub Desktop.
Checkbox sizes
/**
* Checkbox sizes
*/
html { font-family:'Lucida Grande' }
label { display:block }
label:nth-of-type(1),
label:nth-of-type(1) input {
font-size:13px;
}
label:nth-of-type(2),
label:nth-of-type(2) input {
font-size:13pt;
}
<label><input type="checkbox">px</label>
<label><input type="checkbox">pt</label>
// alert('Hello world!');
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment