Created
November 2, 2008 14:23
-
-
Save nikosd/21700 to your computer and use it in GitHub Desktop.
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
sIFR.replace(paris_aifel, { | |
selector: 'h1' | |
,css: [ | |
'.sIFR-root { text-align: center; font-weight: bold; }' | |
,'a { text-decoration: none; }' | |
,'a:link { color: #660000; }' | |
,'a:hover { color: #993333; }' | |
,'.first-letter { font-style: normal; color: #000000; }' /* This is the important part */ | |
] | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment