I could just write in md
input,
select,
textarea {
background-color: #fff;
\!h border-color: #e0e0e0;
-webkit-border-radius: 3px;
border-radius: 3px;
// Images by default will display as inline-block | |
// to remove the whitespace below the image display the image as a block. | |
img { | |
display: block; | |
} |
I could just write in md
input,
select,
textarea {
background-color: #fff;
\!h border-color: #e0e0e0;
-webkit-border-radius: 3px;
border-radius: 3px;
# remap prefix from 'C-b' to 'C-a' | |
unbind C-b | |
set-option -g prefix C-a | |
bind-key C-a send-prefix | |
# split panes using | and - | |
bind | split-window -h | |
bind - split-window -v | |
unbind '"' | |
unbind % |
/* Simple spam protection for email addresses using jQuery. | |
* Well, the protection isn’t jQuery-based, but you get the idea. | |
* This snippet allows you to slightly ‘obfuscate’ email addresses to make it harder for spambots to harvest them, while still offering a readable address to your visitors. | |
* E.g. | |
* <a href="mailto:foo(at)example(dot)com">foo at example dot com</a> | |
* → | |
* <a href="mailto:[email protected]">[email protected]</a> | |
*/ | |
$(function() { |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
echo $null >> filename |