This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for neovim on macOS 10.14.5 | |
Build date: 2019-06-15 11:34:19 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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;} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function isIE6() { | |
if(typeof document.body.style.maxHeight === "undefined") { | |
return true; | |
} else { | |
return false; | |
} | |
} |