Skip to content

Instantly share code, notes, and snippets.

@richtaur
Created August 27, 2009 23:07
Show Gist options
  • Save richtaur/176649 to your computer and use it in GitHub Desktop.
Save richtaur/176649 to your computer and use it in GitHub Desktop.
html.js
// 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