I hereby claim:
- I am tylercunnion on github.
- I am tylermc (https://keybase.io/tylermc) on keybase.
- I have a public key whose fingerprint is 8B50 D23D 167E 1E21 E2E0 5D78 415A C28C 82EF 1528
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
1 | |
00:00:21,348 --> 00:00:26,642 | |
Abhinc tempus longus, | |
in galaxiae remotioris.... | |
2 | |
00:00:28,734 --> 00:00:33,734 | |
BELLIS | |
STELLARUM |
/* | |
* Firefox does not use the correct box model when setting the height of table | |
* cells. See http://oldtinroof.com/2010/03/table-cell-min-height-in-firefox/. | |
* This Modernizr test returns true if the correct box model is adhered to. | |
*/ | |
Modernizr.addTest('table-content-box', function() { | |
var generatedHeight, td; | |
td = document.createElement('td'); | |
td.style['border'] = '1px solid black'; |
PROMPT='[%n@%M:%~$(git_prompt_info)] Ꭶ ' | |
RPROMPT='[%*]' | |
ZSH_THEME_GIT_PROMPT_PREFIX=" (" | |
ZSH_THEME_GIT_PROMPT_SUFFIX=")" | |
ZSH_THEME_GIT_PROMPT_CLEAN="" | |
ZSH_THEME_GIT_PROMPT_DIRTY="!" |
set lines=40 columns=85 | |
colorscheme railscasts2 |