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
/********************* | |
WP_HEAD GOODNESS | |
The default wordpress head is | |
a mess. Let's clean it up by | |
removing all the junk we don't | |
need. | |
*********************/ | |
function bones_head_cleanup() { | |
// category feeds |
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
.ir { /*Image replacement */ | |
border:0; | |
font: 0/0 a; | |
color:transparent; | |
background-color: transparent; | |
} |
NewerOlder