⌘T | go to file |
⌘⌃P | go to project |
⌘R | go to methods |
⌃G | go to line |
⌘KB | toggle side bar |
⌘⇧P | command prompt |
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
/* This doesn't work in Gmail or Yahoo but it's the best we can do. */ | |
#cv-poweredBy { | |
display:none !important; | |
width:0px !important; | |
height:0px !important; | |
overflow:hidden !important; | |
} |
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
<!-- Import Google font as normal --> | |
<style> | |
@import url(http://fonts.googleapis.com/css?family=Raleway); | |
</style> | |
<!-- Put following code after your normal </style>. It will be a whole new style tag set: --> | |
<!--[if mso]> | |
<style> |
NewerOlder