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
/* === Remove input autofocus webkit === */ | |
*:focus { | |
outline: none; | |
} | |
/* === Form Typography === */ | |
body { | |
font: 14px/21px"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; | |
} | |
.contact_form h2, .contact_form label { | |
font-family: Georgia, Times, "Times New Roman", serif; |
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
# ignore everything in the root except the "wp-content" directory. | |
/* | |
!wp-content/ | |
# ignore everything in the "wp-content" directory, except: | |
# mu-plugins, plugins, and themes directories | |
wp-content/* | |
!wp-content/mu-plugins/ | |
!wp-content/plugins/ | |
!wp-content/themes/ |
Descargar esta hoja de atajos: Guías de atajos - Angular