Skip to content

Instantly share code, notes, and snippets.

@nikosd
Created November 2, 2008 14:23
Show Gist options
  • Save nikosd/21700 to your computer and use it in GitHub Desktop.
Save nikosd/21700 to your computer and use it in GitHub Desktop.
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