Skip to content

Instantly share code, notes, and snippets.

View bjoernwibben's full-sized avatar

Bjoern Wibben bjoernwibben

View GitHub Profile
@bjoernwibben
bjoernwibben / # neovim - 2019-06-15_11-34-19.txt
Created June 15, 2019 09:37
neovim on macOS 10.14.5 - Homebrew build logs
Homebrew build logs for neovim on macOS 10.14.5
Build date: 2019-06-15 11:34:19
@bjoernwibben
bjoernwibben / gist:3214873
Created July 31, 2012 08:20
Reset default button style in Firefox 4+
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {border:0;padding:0;margin:0;}
function isIE6() {
if(typeof document.body.style.maxHeight === "undefined") {
return true;
} else {
return false;
}
}