Created
August 27, 2009 23:07
-
-
Save richtaur/176649 to your computer and use it in GitHub Desktop.
html.js
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
// just toying around with some ideas | |
ul = { | |
backgroundImage : url('hurr'), | |
font : { | |
weight : 'bold', | |
}, | |
li : { | |
a : { | |
background : { | |
image : url('hurr'), | |
repeat : 'no-repeat' | |
}, | |
textDecoration : {} | |
} | |
}, | |
'> li' : { | |
a : { | |
hover : { | |
textDecoration: 'underline' | |
}, | |
firstChild : {} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment