This file contains hidden or 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
/* general */ | |
body | |
{ | |
margin-left: 100px; | |
margin-right: 100px; | |
} | |
/* comments */ | |
.post | |
{ |
This file contains hidden or 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
/* | |
Google now uses "~=[,,_,,]:3" as an emoticon for Nyan Cat animation | |
on Google Plus. It's handy to have this character sequence bound to | |
a key. Thanks to Benjamin Slade for the idea. | |
Nyan Cat is bound by default to "N". As it is to be used when | |
editing a text field, you'll need to use "C-z" first, so the | |
sequence is: "C-z N". | |
Quick hack based on Conkeror source code; namely, |
NewerOlder